Html Css Color HEX #BC83CB East Side

📋 copy color: '#BC83CB'

red 188 ◦ green 131 ◦ blue 203

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

Shades of East Side #BC83CB

Tints of East Side #BC83CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 36.02%
G = 25.1%
B = 38.89%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC83CB (or 0xBC83CB) is known color: East Side. HEX triplet: BC, 83 and CB. RGB value is (188,131,203). Sum of RGB (Red+Green+Blue) = 188+131+203=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC83CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83CB is #437C34. Grayscale: #9C9C9C. Windows color (decimal): -4422709 or 13337532. OLE color: 13337532.

HSL color Cylindrical-coordinate representation of color #BC83CB: hue angle of 287.5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC83CB is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 131 203 -
CMYK 0.07 0.35 0 0.20
HSL 287.5º 0.41% 0.65% -
HSV(B) 287.5º 0.35% 0.8% -
XYZ 39.63 31.24 60.44 -
YUV 156.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 188 131 203 0.07 0.35 0 0.20 287.5 0.41 0.65
Hex BC 83 CB 7 23 0 14 120 29 41
Octal 274 203 313 7 43 0 24 440 51 101
Binary 10111100 10000011 11001011 111 100011 0 10100 100100000 101001 1000001

Color Harmonies of #BC83CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC83CB

Black with #BC83CB

Text Example


Text Example

White with #BC83CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC83CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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