Html Css Color HEX #B37CDD Biloba Flower

📋 copy color: '#B37CDD'

red 179 ◦ green 124 ◦ blue 221

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

Shades of Biloba Flower #B37CDD

Tints of Biloba Flower #B37CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.66%

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

R = 34.16%
G = 23.66%
B = 42.18%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B37CDD (or 0xB37CDD) is known color: Biloba Flower. HEX triplet: B3, 7C and DD. RGB value is (179,124,221). Sum of RGB (Red+Green+Blue) = 179+124+221=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #B37CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37CDD is #4C8322. Grayscale: #979797. Windows color (decimal): -5014307 or 14515379. OLE color: 14515379.

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

Color convert

RGB 179 124 221 -
CMYK 0.19 0.44 0 0.13
HSL 274.02º 0.59% 0.68% -
HSV(B) 274.02º 0.44% 0.87% -
XYZ 38.85 29.22 72 -
YUV 151.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 179 124 221 0.19 0.44 0 0.13 274.02 0.59 0.68
Hex B3 7C DD 13 2C 0 D 112 3B 44
Octal 263 174 335 23 54 0 15 422 73 104
Binary 10110011 1111100 11011101 10011 101100 0 1101 100010010 111011 1000100

Color Harmonies of #B37CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37CDD

Black with #B37CDD

Text Example


Text Example

White with #B37CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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