Html Css Color HEX #B37CDF Biloba Flower

📋 copy color: '#B37CDF'

red 179 ◦ green 124 ◦ blue 223

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

Shades of Biloba Flower #B37CDF

Tints of Biloba Flower #B37CDF

RGB

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

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

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

R = 34.03%
G = 23.57%
B = 42.4%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B37CDF (or 0xB37CDF) is known color: Biloba Flower. HEX triplet: B3, 7C and DF. RGB value is (179,124,223). Sum of RGB (Red+Green+Blue) = 179+124+223=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #B37CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37CDF is #4C8320. Grayscale: #979797. Windows color (decimal): -5014305 or 14646451. OLE color: 14646451.

HSL color Cylindrical-coordinate representation of color #B37CDF: hue angle of 273.33º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B37CDF is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 124 223 -
CMYK 0.20 0.44 0 0.13
HSL 273.33º 0.61% 0.68% -
HSV(B) 273.33º 0.44% 0.87% -
XYZ 39.12 29.33 73.41 -
YUV 151.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 179 124 223 0.20 0.44 0 0.13 273.33 0.61 0.68
Hex B3 7C DF 14 2C 0 D 111 3D 44
Octal 263 174 337 24 54 0 15 421 75 104
Binary 10110011 1111100 11011111 10100 101100 0 1101 100010001 111101 1000100

Color Harmonies of #B37CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37CDF

Black with #B37CDF

Text Example


Text Example

White with #B37CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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