#B07BDC

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

Shades of Biloba Flower #B07BDC

Tints of Biloba Flower #B07BDC

Color information

#B07BDC (or 0xB07BDC) is unknown color: approx Biloba Flower. HEX triplet: B0, 7B and DC. RGB value is (176,123,220). Sum of RGB (Red+Green+Blue) = 176+123+220=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #B07BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07BDC is #4F8423. Grayscale: #959595. Windows color (decimal): -5211172 or 14449584. OLE color: 14449584.

HSL color Cylindrical-coordinate representation of color #B07BDC: hue angle of 272.78º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B07BDC is Cyan = 0.2, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176123220-
CMYK0.20.4400.14
HSL272.78º58.08%67.25%-
HSV(B)272.78º44.09%86.27%-
XYZ37.9128.5671.23-
YUV149.9167.56146.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.91%
GREEN value IS 123 (48.44% from 255) = 23.70%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=33.91%
G=23.70%
B=42.39%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761232200.20.4400.14272.7858.0867.25
HexB07BDC142C0E1113a43
Octal260173334245401642172103
Binary1011000011110111101110010100101100011101000100011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07BDC; }

 p { color: rgb(176,123,220); }

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

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

 a { background-color: rgb(176,123,220); }

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

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

 span { border-color: rgb(176,123,220); }

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