Html Css Color HEX #B984CA East Side

📋 copy color: '#B984CA'

red 185 ◦ green 132 ◦ blue 202

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

Shades of East Side #B984CA

Tints of East Side #B984CA

RGB

 RED value IS 185 (72.66% from 255) = 35.65%

 GREEN value IS 132 (51.95% from 255) = 25.43%

 BLUE value IS 202 (79.3% from 255) = 38.92%

R = 35.65%
G = 25.43%
B = 38.92%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B984CA (or 0xB984CA) is known color: East Side. HEX triplet: B9, 84 and CA. RGB value is (185,132,202). Sum of RGB (Red+Green+Blue) = 185+132+202=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #B984CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B984CA is #467B35. Grayscale: #9B9B9B. Windows color (decimal): -4619062 or 13272249. OLE color: 13272249.

HSL color Cylindrical-coordinate representation of color #B984CA: hue angle of 285.43º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B984CA is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 132 202 -
CMYK 0.08 0.35 0 0.21
HSL 285.43º 0.4% 0.65% -
HSV(B) 285.43º 0.35% 0.79% -
XYZ 38.92 31.08 59.83 -
YUV 155.83 154.06 148.81 -
System Red Green Blue C M Y K H S L
Decimal 185 132 202 0.08 0.35 0 0.21 285.43 0.4 0.65
Hex B9 84 CA 8 23 0 15 11D 28 41
Octal 271 204 312 10 43 0 25 435 50 101
Binary 10111001 10000100 11001010 1000 100011 0 10101 100011101 101000 1000001

Color Harmonies of #B984CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B984CA

Black with #B984CA

Text Example


Text Example

White with #B984CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B984CA; }

 p { color: rgb(185,132,202); }

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

background-color css

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

 a { background-color: rgb(185,132,202); }

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

border-color css

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

 span { border-color: rgb(185,132,202); }

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