Html Css Color HEX #B37CDB Biloba Flower

📋 copy color: '#B37CDB'

red 179 ◦ green 124 ◦ blue 219

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

Shades of Biloba Flower #B37CDB

Tints of Biloba Flower #B37CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.75%

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

R = 34.29%
G = 23.75%
B = 41.95%

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

#B37CDB (or 0xB37CDB) is known color: Biloba Flower. HEX triplet: B3, 7C and DB. RGB value is (179,124,219). Sum of RGB (Red+Green+Blue) = 179+124+219=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #B37CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37CDB is #4C8324. Grayscale: #969696. Windows color (decimal): -5014309 or 14384307. OLE color: 14384307.

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

Color convert

RGB 179 124 219 -
CMYK 0.18 0.43 0 0.14
HSL 274.74º 0.57% 0.67% -
HSV(B) 274.74º 0.43% 0.86% -
XYZ 38.58 29.11 70.6 -
YUV 151.28 166.22 147.78 -
System Red Green Blue C M Y K H S L
Decimal 179 124 219 0.18 0.43 0 0.14 274.74 0.57 0.67
Hex B3 7C DB 12 2B 0 E 113 39 43
Octal 263 174 333 22 53 0 16 423 71 103
Binary 10110011 1111100 11011011 10010 101011 0 1110 100010011 111001 1000011

Color Harmonies of #B37CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37CDB

Black with #B37CDB

Text Example


Text Example

White with #B37CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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