Html Css Color HEX #B37EDC Biloba Flower

📋 copy color: '#B37EDC'

red 179 ◦ green 126 ◦ blue 220

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

Shades of Biloba Flower #B37EDC

Tints of Biloba Flower #B37EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24%

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

R = 34.1%
G = 24%
B = 41.9%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B37EDC (or 0xB37EDC) is known color: Biloba Flower. HEX triplet: B3, 7E and DC. RGB value is (179,126,220). Sum of RGB (Red+Green+Blue) = 179+126+220=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #B37EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37EDC is #4C8123. Grayscale: #989898. Windows color (decimal): -5013796 or 14450355. OLE color: 14450355.

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

Color convert

RGB 179 126 220 -
CMYK 0.19 0.43 0 0.14
HSL 273.83º 0.57% 0.68% -
HSV(B) 273.83º 0.43% 0.86% -
XYZ 38.97 29.67 71.38 -
YUV 152.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 179 126 220 0.19 0.43 0 0.14 273.83 0.57 0.68
Hex B3 7E DC 13 2B 0 E 112 39 44
Octal 263 176 334 23 53 0 16 422 71 104
Binary 10110011 1111110 11011100 10011 101011 0 1110 100010010 111001 1000100

Color Harmonies of #B37EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37EDC

Black with #B37EDC

Text Example


Text Example

White with #B37EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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