#B07DDA

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

Shades of Biloba Flower #B07DDA

Tints of Biloba Flower #B07DDA

Color information

#B07DDA (or 0xB07DDA) is unknown color: approx Biloba Flower. HEX triplet: B0, 7D and DA. RGB value is (176,125,218). Sum of RGB (Red+Green+Blue) = 176+125+218=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #B07DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07DDA is #4F8225. Grayscale: #969696. Windows color (decimal): -5210662 or 14319024. OLE color: 14319024.

HSL color Cylindrical-coordinate representation of color #B07DDA: hue angle of 272.9º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B07DDA is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176125218-
CMYK0.190.4300.15
HSL272.9º55.69%67.25%-
HSV(B)272.9º42.66%85.49%-
XYZ37.8928.9669.92-
YUV150.85165.9145.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.91%
GREEN value IS 125 (49.22% from 255) = 24.08%
BLUE value IS 218 (85.55% from 255) = 42.00%
R=33.91%
G=24.08%
B=42.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761252180.190.4300.15272.955.6967.25
HexB07DDA132B0F1113843
Octal260175332235301742170103
Binary1011000011111011101101010011101011011111000100011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07DDA; }

 p { color: rgb(176,125,218); }

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

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

 a { background-color: rgb(176,125,218); }

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

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

 span { border-color: rgb(176,125,218); }

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