Html Css Color HEX #B37EDB Biloba Flower

📋 copy color: '#B37EDB'

red 179 ◦ green 126 ◦ blue 219

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

Shades of Biloba Flower #B37EDB

Tints of Biloba Flower #B37EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.79%

R = 34.16%
G = 24.05%
B = 41.79%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B37EDB (or 0xB37EDB) is known color: Biloba Flower. HEX triplet: B3, 7E and DB. RGB value is (179,126,219). Sum of RGB (Red+Green+Blue) = 179+126+219=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #B37EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37EDB is #4C8124. Grayscale: #989898. Windows color (decimal): -5013797 or 14384819. OLE color: 14384819.

HSL color Cylindrical-coordinate representation of color #B37EDB: hue angle of 274.19º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B37EDB is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 126 219 -
CMYK 0.18 0.42 0 0.14
HSL 274.19º 0.56% 0.68% -
HSV(B) 274.19º 0.42% 0.86% -
XYZ 38.84 29.62 70.69 -
YUV 152.45 165.56 146.94 -
System Red Green Blue C M Y K H S L
Decimal 179 126 219 0.18 0.42 0 0.14 274.19 0.56 0.68
Hex B3 7E DB 12 2A 0 E 112 38 44
Octal 263 176 333 22 52 0 16 422 70 104
Binary 10110011 1111110 11011011 10010 101010 0 1110 100010010 111000 1000100

Color Harmonies of #B37EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37EDB

Black with #B37EDB

Text Example


Text Example

White with #B37EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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