Html Css Color HEX #B07DDC Biloba Flower

📋 copy color: '#B07DDC'

red 176 ◦ green 125 ◦ blue 220

#B07DDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B07DDC

Tints of Biloba Flower #B07DDC

RGB

 RED value IS 176 (69.14% from 255) = 33.78%

 GREEN value IS 125 (49.22% from 255) = 23.99%

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 33.78%
G = 23.99%
B = 42.23%

CMYK

 C value IS 0.2

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B07DDC (or 0xB07DDC) is known color: Biloba Flower. HEX triplet: B0, 7D and DC. RGB value is (176,125,220). Sum of RGB (Red+Green+Blue) = 176+125+220=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #B07DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07DDC is #4F8223. Grayscale: #969696. Windows color (decimal): -5210660 or 14450096. OLE color: 14450096.

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

Color convert

RGB 176 125 220 -
CMYK 0.2 0.43 0 0.14
HSL 272.21º 0.58% 0.68% -
HSV(B) 272.21º 0.43% 0.86% -
XYZ 38.16 29.06 71.31 -
YUV 151.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 176 125 220 0.2 0.43 0 0.14 272.21 0.58 0.68
Hex B0 7D DC 14 2B 0 E 110 3A 44
Octal 260 175 334 24 53 0 16 420 72 104
Binary 10110000 1111101 11011100 10100 101011 0 1110 100010000 111010 1000100

Color Harmonies of #B07DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07DDC

Black with #B07DDC

Text Example


Text Example

White with #B07DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07DDC; }

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

 H1.HeaderClassName
 {
   color: #B07DDC;
 }
 .AnyTagClassName
 {
   color: #B07DDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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