Html Css Color HEX #B37CDA East Side

📋 copy color: '#B37CDA'

red 179 ◦ green 124 ◦ blue 218

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

Shades of East Side #B37CDA

Tints of East Side #B37CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 34.36%
G = 23.8%
B = 41.84%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B37CDA (or 0xB37CDA) is known color: East Side. HEX triplet: B3, 7C and DA. RGB value is (179,124,218). Sum of RGB (Red+Green+Blue) = 179+124+218=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #B37CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37CDA is #4C8325. Grayscale: #969696. Windows color (decimal): -5014310 or 14318771. OLE color: 14318771.

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

Color convert

RGB 179 124 218 -
CMYK 0.18 0.43 0 0.15
HSL 275.11º 0.56% 0.67% -
HSV(B) 275.11º 0.43% 0.85% -
XYZ 38.45 29.06 69.91 -
YUV 151.16 165.72 147.86 -
System Red Green Blue C M Y K H S L
Decimal 179 124 218 0.18 0.43 0 0.15 275.11 0.56 0.67
Hex B3 7C DA 12 2B 0 F 113 38 43
Octal 263 174 332 22 53 0 17 423 70 103
Binary 10110011 1111100 11011010 10010 101011 0 1111 100010011 111000 1000011

Color Harmonies of #B37CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37CDA

Black with #B37CDA

Text Example


Text Example

White with #B37CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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