Html Css Color HEX #B37CDE Biloba Flower

📋 copy color: '#B37CDE'

red 179 ◦ green 124 ◦ blue 222

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

Shades of Biloba Flower #B37CDE

Tints of Biloba Flower #B37CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.29%

R = 34.1%
G = 23.62%
B = 42.29%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B37CDE (or 0xB37CDE) is known color: Biloba Flower. HEX triplet: B3, 7C and DE. RGB value is (179,124,222). Sum of RGB (Red+Green+Blue) = 179+124+222=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #B37CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37CDE is #4C8321. Grayscale: #979797. Windows color (decimal): -5014306 or 14580915. OLE color: 14580915.

HSL color Cylindrical-coordinate representation of color #B37CDE: hue angle of 273.67º degrees, saturation: 0.6, 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 #B37CDE is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 124 222 -
CMYK 0.19 0.44 0 0.13
HSL 273.67º 0.6% 0.68% -
HSV(B) 273.67º 0.44% 0.87% -
XYZ 38.98 29.27 72.7 -
YUV 151.62 167.72 147.53 -
System Red Green Blue C M Y K H S L
Decimal 179 124 222 0.19 0.44 0 0.13 273.67 0.6 0.68
Hex B3 7C DE 13 2C 0 D 112 3C 44
Octal 263 174 336 23 54 0 15 422 74 104
Binary 10110011 1111100 11011110 10011 101100 0 1101 100010010 111100 1000100

Color Harmonies of #B37CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37CDE

Black with #B37CDE

Text Example


Text Example

White with #B37CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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