Html Css Color HEX #B37DDD Biloba Flower

📋 copy color: '#B37DDD'

red 179 ◦ green 125 ◦ blue 221

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

Shades of Biloba Flower #B37DDD

Tints of Biloba Flower #B37DDD

RGB

 RED value IS 179 (70.31% from 255) = 34.1%

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

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

R = 34.1%
G = 23.81%
B = 42.1%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B37DDD (or 0xB37DDD) is known color: Biloba Flower. HEX triplet: B3, 7D and DD. RGB value is (179,125,221). Sum of RGB (Red+Green+Blue) = 179+125+221=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #B37DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37DDD is #4C8222. Grayscale: #979797. Windows color (decimal): -5014051 or 14515635. OLE color: 14515635.

HSL color Cylindrical-coordinate representation of color #B37DDD: hue angle of 273.75º 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 #B37DDD is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 125 221 -
CMYK 0.19 0.43 0 0.13
HSL 273.75º 0.59% 0.68% -
HSV(B) 273.75º 0.43% 0.87% -
XYZ 38.98 29.47 72.04 -
YUV 152.09 166.89 147.19 -
System Red Green Blue C M Y K H S L
Decimal 179 125 221 0.19 0.43 0 0.13 273.75 0.59 0.68
Hex B3 7D DD 13 2B 0 D 112 3B 44
Octal 263 175 335 23 53 0 15 422 73 104
Binary 10110011 1111101 11011101 10011 101011 0 1101 100010010 111011 1000100

Color Harmonies of #B37DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37DDD

Black with #B37DDD

Text Example


Text Example

White with #B37DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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