Html Css Color HEX #BC83CE East Side

📋 copy color: '#BC83CE'

red 188 ◦ green 131 ◦ blue 206

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

Shades of East Side #BC83CE

Tints of East Side #BC83CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.24%

R = 35.81%
G = 24.95%
B = 39.24%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC83CE (or 0xBC83CE) is known color: East Side. HEX triplet: BC, 83 and CE. RGB value is (188,131,206). Sum of RGB (Red+Green+Blue) = 188+131+206=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC83CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83CE is #437C31. Grayscale: #9C9C9C. Windows color (decimal): -4422706 or 13534140. OLE color: 13534140.

HSL color Cylindrical-coordinate representation of color #BC83CE: hue angle of 285.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC83CE is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 131 206 -
CMYK 0.09 0.36 0 0.19
HSL 285.6º 0.43% 0.66% -
HSV(B) 285.6º 0.36% 0.81% -
XYZ 40 31.38 62.34 -
YUV 156.59 155.88 150.4 -
System Red Green Blue C M Y K H S L
Decimal 188 131 206 0.09 0.36 0 0.19 285.6 0.43 0.66
Hex BC 83 CE 9 24 0 13 11E 2B 42
Octal 274 203 316 11 44 0 23 436 53 102
Binary 10111100 10000011 11001110 1001 100100 0 10011 100011110 101011 1000010

Color Harmonies of #BC83CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC83CE

Black with #BC83CE

Text Example


Text Example

White with #BC83CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC83CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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