Html Css Color HEX #B37CDC Biloba Flower

📋 copy color: '#B37CDC'

red 179 ◦ green 124 ◦ blue 220

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

Shades of Biloba Flower #B37CDC

Tints of Biloba Flower #B37CDC

RGB

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

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

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

R = 34.23%
G = 23.71%
B = 42.07%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B37CDC (or 0xB37CDC) is known color: Biloba Flower. HEX triplet: B3, 7C and DC. RGB value is (179,124,220). Sum of RGB (Red+Green+Blue) = 179+124+220=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #B37CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37CDC is #4C8323. Grayscale: #979797. Windows color (decimal): -5014308 or 14449843. OLE color: 14449843.

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

Color convert

RGB 179 124 220 -
CMYK 0.19 0.44 0 0.14
HSL 274.38º 0.58% 0.67% -
HSV(B) 274.38º 0.44% 0.86% -
XYZ 38.72 29.17 71.3 -
YUV 151.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 179 124 220 0.19 0.44 0 0.14 274.38 0.58 0.67
Hex B3 7C DC 13 2C 0 E 112 3A 43
Octal 263 174 334 23 54 0 16 422 72 103
Binary 10110011 1111100 11011100 10011 101100 0 1110 100010010 111010 1000011

Color Harmonies of #B37CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37CDC

Black with #B37CDC

Text Example


Text Example

White with #B37CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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