#B67CDF

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

Shades of Biloba Flower #B67CDF

Tints of Biloba Flower #B67CDF

Color information

#B67CDF (or 0xB67CDF) is unknown color: approx Biloba Flower. HEX triplet: B6, 7C and DF. RGB value is (182,124,223). Sum of RGB (Red+Green+Blue) = 182+124+223=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #B67CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67CDF is #498320. Grayscale: #989898. Windows color (decimal): -4817697 or 14646454. OLE color: 14646454.

HSL color Cylindrical-coordinate representation of color #B67CDF: hue angle of 275.15º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B67CDF is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182124223-
CMYK0.180.4400.13
HSL275.15º60.74%68.04%-
HSV(B)275.15º44.39%87.45%-
XYZ39.8229.6973.44-
YUV152.63167.72148.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 124 (48.83% from 255) = 23.44%
BLUE value IS 223 (87.5% from 255) = 42.16%
R=34.40%
G=23.44%
B=42.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821242230.180.4400.13275.1560.7468.04
HexB67CDF122C0D1133d44
Octal266174337225401542375104
Binary1011011011111001101111110010101100011011000100111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67CDF; }

 p { color: rgb(182,124,223); }

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

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

 a { background-color: rgb(182,124,223); }

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

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

 span { border-color: rgb(182,124,223); }

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