Html Css Color HEX #B37CCD East Side

📋 copy color: '#B37CCD'

red 179 ◦ green 124 ◦ blue 205

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

Shades of East Side #B37CCD

Tints of East Side #B37CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.35%

R = 35.24%
G = 24.41%
B = 40.35%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B37CCD (or 0xB37CCD) is known color: East Side. HEX triplet: B3, 7C and CD. RGB value is (179,124,205). Sum of RGB (Red+Green+Blue) = 179+124+205=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #B37CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37CCD is #4C8332. Grayscale: #959595. Windows color (decimal): -5014323 or 13466803. OLE color: 13466803.

HSL color Cylindrical-coordinate representation of color #B37CCD: hue angle of 280.74º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B37CCD is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 124 205 -
CMYK 0.13 0.40 0 0.20
HSL 280.74º 0.45% 0.65% -
HSV(B) 280.74º 0.4% 0.8% -
XYZ 36.82 28.41 61.3 -
YUV 149.68 159.22 148.91 -
System Red Green Blue C M Y K H S L
Decimal 179 124 205 0.13 0.40 0 0.20 280.74 0.45 0.65
Hex B3 7C CD D 28 0 14 119 2D 41
Octal 263 174 315 15 50 0 24 431 55 101
Binary 10110011 1111100 11001101 1101 101000 0 10100 100011001 101101 1000001

Color Harmonies of #B37CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37CCD

Black with #B37CCD

Text Example


Text Example

White with #B37CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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