#B67FEB

Color #B67FEB Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B67FEB

Tints of Biloba Flower #B67FEB

Color information

#B67FEB (or 0xB67FEB) is unknown color: approx Biloba Flower. HEX triplet: B6, 7F and EB. RGB value is (182,127,235). Sum of RGB (Red+Green+Blue) = 182+127+235=544 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.46% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #B67FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67FEB is #498014. Grayscale: #9B9B9B. Windows color (decimal): -4816917 or 15433654. OLE color: 15433654.

HSL color Cylindrical-coordinate representation of color #B67FEB: hue angle of 270.56º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B67FEB is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182127235-
CMYK0.230.4600.08
HSL270.56º72.97%70.98%-
HSV(B)270.56º45.96%92.16%-
XYZ41.8831.1282.4-
YUV155.76172.72146.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 33.46%
GREEN value IS 127 (50% from 255) = 23.35%
BLUE value IS 235 (92.19% from 255) = 43.20%
R=33.46%
G=23.35%
B=43.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821272350.230.4600.08270.5672.9770.98
HexB67FEB172E0810f4947
Octal2661773532756010417111107
Binary10110110111111111101011101111011100100010000111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67FEB; }

 p { color: rgb(182,127,235); }

 H1.HeaderClassName
 {
   color: #B67FEB;
 }
 .AnyTagClassName
 {
   color: #B67FEB;
 }
</style>
background-color css

<style>
 a { background-color: #B67FEB; }

 a { background-color: rgb(182,127,235); }

 div.DivClassName
 {
   background-color: #B67FEB;
 }
 .BgClassName
 {
   background-color: #B67FEB;
 }
</style>
border-color css

<style>
 span { border-color: #B67FEB; }

 span { border-color: rgb(182,127,235); }

 td.TdClassName
 {
   border-color: #B67FEB;
 }
 .TagClassName
 {
   border-color: #B67FEB;
 }
</style>