#B67FE6

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

Shades of Biloba Flower #B67FE6

Tints of Biloba Flower #B67FE6

Color information

#B67FE6 (or 0xB67FE6) is unknown color: approx Biloba Flower. HEX triplet: B6, 7F and E6. RGB value is (182,127,230). Sum of RGB (Red+Green+Blue) = 182+127+230=539 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.77% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #B67FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67FE6 is #498019. Grayscale: #9A9A9A. Windows color (decimal): -4816922 or 15105974. OLE color: 15105974.

HSL color Cylindrical-coordinate representation of color #B67FE6: hue angle of 272.04º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B67FE6 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB182127230-
CMYK0.210.4500.10
HSL272.04º67.32%70%-
HSV(B)272.04º44.78%90.2%-
XYZ41.1630.8478.65-
YUV155.19170.22147.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.77%
GREEN value IS 127 (50% from 255) = 23.56%
BLUE value IS 230 (90.23% from 255) = 42.67%
R=33.77%
G=23.56%
B=42.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1821272300.210.4500.10272.0467.3270
HexB67FE6152D0A1104346
Octal2661773462555012420103106
Binary10110110111111111100110101011011010101010001000010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67FE6; }

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

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

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

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

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

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

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

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