Html Css Color HEX #BC83CA East Side

📋 copy color: '#BC83CA'

red 188 ◦ green 131 ◦ blue 202

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

Shades of East Side #BC83CA

Tints of East Side #BC83CA

RGB

 RED value IS 188 (73.83% from 255) = 36.08%

 GREEN value IS 131 (51.56% from 255) = 25.14%

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

R = 36.08%
G = 25.14%
B = 38.77%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC83CA (or 0xBC83CA) is known color: East Side. HEX triplet: BC, 83 and CA. RGB value is (188,131,202). Sum of RGB (Red+Green+Blue) = 188+131+202=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC83CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83CA is #437C35. Grayscale: #9B9B9B. Windows color (decimal): -4422710 or 13271996. OLE color: 13271996.

HSL color Cylindrical-coordinate representation of color #BC83CA: hue angle of 288.17º 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 #BC83CA is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 131 202 -
CMYK 0.07 0.35 0 0.21
HSL 288.17º 0.4% 0.65% -
HSV(B) 288.17º 0.35% 0.79% -
XYZ 39.52 31.19 59.81 -
YUV 156.14 153.88 150.73 -
System Red Green Blue C M Y K H S L
Decimal 188 131 202 0.07 0.35 0 0.21 288.17 0.4 0.65
Hex BC 83 CA 7 23 0 15 120 28 41
Octal 274 203 312 7 43 0 25 440 50 101
Binary 10111100 10000011 11001010 111 100011 0 10101 100100000 101000 1000001

Color Harmonies of #BC83CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC83CA

Black with #BC83CA

Text Example


Text Example

White with #BC83CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC83CA; }

 p { color: rgb(188,131,202); }

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

background-color css

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

 a { background-color: rgb(188,131,202); }

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

border-color css

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

 span { border-color: rgb(188,131,202); }

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