Html Css Color HEX #B37BDB Biloba Flower

📋 copy color: '#B37BDB'

red 179 ◦ green 123 ◦ blue 219

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

Shades of Biloba Flower #B37BDB

Tints of Biloba Flower #B37BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.61%

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

R = 34.36%
G = 23.61%
B = 42.03%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B37BDB (or 0xB37BDB) is known color: Biloba Flower. HEX triplet: B3, 7B and DB. RGB value is (179,123,219). Sum of RGB (Red+Green+Blue) = 179+123+219=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #B37BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37BDB is #4C8424. Grayscale: #969696. Windows color (decimal): -5014565 or 14384051. OLE color: 14384051.

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

Color convert

RGB 179 123 219 -
CMYK 0.18 0.44 0 0.14
HSL 275º 0.57% 0.67% -
HSV(B) 275º 0.44% 0.86% -
XYZ 38.46 28.86 70.56 -
YUV 150.69 166.55 148.19 -
System Red Green Blue C M Y K H S L
Decimal 179 123 219 0.18 0.44 0 0.14 275 0.57 0.67
Hex B3 7B DB 12 2C 0 E 113 39 43
Octal 263 173 333 22 54 0 16 423 71 103
Binary 10110011 1111011 11011011 10010 101100 0 1110 100010011 111001 1000011

Color Harmonies of #B37BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37BDB

Black with #B37BDB

Text Example


Text Example

White with #B37BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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