#B67DE2

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

Shades of Biloba Flower #B67DE2

Tints of Biloba Flower #B67DE2

Color information

#B67DE2 (or 0xB67DE2) is unknown color: approx Biloba Flower. HEX triplet: B6, 7D and E2. RGB value is (182,125,226). Sum of RGB (Red+Green+Blue) = 182+125+226=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 226 (88.67% from 255 or 42.40% from 533); Max value from RGB is 226 - color contains mainly: blue. Hex color #B67DE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67DE2 is #49821D. Grayscale: #999999. Windows color (decimal): -4817438 or 14843318. OLE color: 14843318.

HSL color Cylindrical-coordinate representation of color #B67DE2: hue angle of 273.86º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B67DE2 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB182125226-
CMYK0.190.4500.11
HSL273.86º63.52%68.82%-
HSV(B)273.86º44.69%88.63%-
XYZ40.3530.175.64-
YUV153.56168.88148.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.15%
GREEN value IS 125 (49.22% from 255) = 23.45%
BLUE value IS 226 (88.67% from 255) = 42.40%
R=34.15%
G=23.45%
B=42.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821252260.190.4500.11273.8663.5268.82
HexB67DE2132D0B1124045
Octal2661753422355013422100105
Binary10110110111110111100010100111011010101110001001010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67DE2; }

 p { color: rgb(182,125,226); }

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

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

 a { background-color: rgb(182,125,226); }

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

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

 span { border-color: rgb(182,125,226); }

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