Html Css Color HEX #B37EDF Biloba Flower

📋 copy color: '#B37EDF'

red 179 ◦ green 126 ◦ blue 223

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

Shades of Biloba Flower #B37EDF

Tints of Biloba Flower #B37EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 33.9%
G = 23.86%
B = 42.23%

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

#B37EDF (or 0xB37EDF) is known color: Biloba Flower. HEX triplet: B3, 7E and DF. RGB value is (179,126,223). Sum of RGB (Red+Green+Blue) = 179+126+223=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #B37EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37EDF is #4C8120. Grayscale: #989898. Windows color (decimal): -5013793 or 14646963. OLE color: 14646963.

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

Color convert

RGB 179 126 223 -
CMYK 0.20 0.43 0 0.13
HSL 272.78º 0.6% 0.68% -
HSV(B) 272.78º 0.43% 0.87% -
XYZ 39.37 29.83 73.5 -
YUV 152.91 167.56 146.61 -
System Red Green Blue C M Y K H S L
Decimal 179 126 223 0.20 0.43 0 0.13 272.78 0.6 0.68
Hex B3 7E DF 14 2B 0 D 111 3C 44
Octal 263 176 337 24 53 0 15 421 74 104
Binary 10110011 1111110 11011111 10100 101011 0 1101 100010001 111100 1000100

Color Harmonies of #B37EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37EDF

Black with #B37EDF

Text Example


Text Example

White with #B37EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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