Html Css Color HEX #B37DDB Biloba Flower

📋 copy color: '#B37DDB'

red 179 ◦ green 125 ◦ blue 219

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

Shades of Biloba Flower #B37DDB

Tints of Biloba Flower #B37DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.9%

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

R = 34.23%
G = 23.9%
B = 41.87%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B37DDB (or 0xB37DDB) is known color: Biloba Flower. HEX triplet: B3, 7D and DB. RGB value is (179,125,219). Sum of RGB (Red+Green+Blue) = 179+125+219=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #B37DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37DDB is #4C8224. Grayscale: #979797. Windows color (decimal): -5014053 or 14384563. OLE color: 14384563.

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

Color convert

RGB 179 125 219 -
CMYK 0.18 0.43 0 0.14
HSL 274.47º 0.57% 0.67% -
HSV(B) 274.47º 0.43% 0.86% -
XYZ 38.71 29.37 70.65 -
YUV 151.86 165.89 147.36 -
System Red Green Blue C M Y K H S L
Decimal 179 125 219 0.18 0.43 0 0.14 274.47 0.57 0.67
Hex B3 7D DB 12 2B 0 E 112 39 43
Octal 263 175 333 22 53 0 16 422 71 103
Binary 10110011 1111101 11011011 10010 101011 0 1110 100010010 111001 1000011

Color Harmonies of #B37DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37DDB

Black with #B37DDB

Text Example


Text Example

White with #B37DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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