#B67DEB

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

Shades of Biloba Flower #B67DEB

Tints of Biloba Flower #B67DEB

Color information

#B67DEB (or 0xB67DEB) is unknown color: approx Biloba Flower. HEX triplet: B6, 7D and EB. RGB value is (182,125,235). Sum of RGB (Red+Green+Blue) = 182+125+235=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #B67DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67DEB is #498214. Grayscale: #9A9A9A. Windows color (decimal): -4817429 or 15433142. OLE color: 15433142.

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

Color convert

RGB182125235-
CMYK0.230.4700.08
HSL271.09º73.33%70.59%-
HSV(B)271.09º46.81%92.16%-
XYZ41.6230.6182.31-
YUV154.58173.38147.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.58%
GREEN value IS 125 (49.22% from 255) = 23.06%
BLUE value IS 235 (92.19% from 255) = 43.36%
R=33.58%
G=23.06%
B=43.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821252350.230.4700.08271.0973.3370.59
HexB67DEB172F0810f4947
Octal2661753532757010417111107
Binary10110110111110111101011101111011110100010000111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67DEB; }

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

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

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

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

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

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

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

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