Html Css Color HEX #B07DDD Biloba Flower

📋 copy color: '#B07DDD'

red 176 ◦ green 125 ◦ blue 221

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

Shades of Biloba Flower #B07DDD

Tints of Biloba Flower #B07DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.34%

R = 33.72%
G = 23.95%
B = 42.34%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B07DDD (or 0xB07DDD) is known color: Biloba Flower. HEX triplet: B0, 7D and DD. RGB value is (176,125,221). Sum of RGB (Red+Green+Blue) = 176+125+221=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #B07DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07DDD is #4F8222. Grayscale: #969696. Windows color (decimal): -5210659 or 14515632. OLE color: 14515632.

HSL color Cylindrical-coordinate representation of color #B07DDD: hue angle of 271.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B07DDD is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 125 221 -
CMYK 0.20 0.43 0 0.13
HSL 271.88º 0.59% 0.68% -
HSV(B) 271.88º 0.43% 0.87% -
XYZ 38.29 29.12 72.01 -
YUV 151.19 167.4 145.69 -
System Red Green Blue C M Y K H S L
Decimal 176 125 221 0.20 0.43 0 0.13 271.88 0.59 0.68
Hex B0 7D DD 14 2B 0 D 110 3B 44
Octal 260 175 335 24 53 0 15 420 73 104
Binary 10110000 1111101 11011101 10100 101011 0 1101 100010000 111011 1000100

Color Harmonies of #B07DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07DDD

Black with #B07DDD

Text Example


Text Example

White with #B07DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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