Html Css Color HEX #BB83C0 East Side

📋 copy color: '#BB83C0'

red 187 ◦ green 131 ◦ blue 192

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

Shades of East Side #BB83C0

Tints of East Side #BB83C0

RGB

 RED value IS 187 (73.44% from 255) = 36.67%

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

 BLUE value IS 192 (75.39% from 255) = 37.65%

R = 36.67%
G = 25.69%
B = 37.65%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB83C0 (or 0xBB83C0) is known color: East Side. HEX triplet: BB, 83 and C0. RGB value is (187,131,192). Sum of RGB (Red+Green+Blue) = 187+131+192=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB83C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83C0 is #447C3F. Grayscale: #9A9A9A. Windows color (decimal): -4488256 or 12616635. OLE color: 12616635.

HSL color Cylindrical-coordinate representation of color #BB83C0: hue angle of 295.08º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB83C0 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 131 192 -
CMYK 0.03 0.32 0 0.25
HSL 295.08º 0.33% 0.63% -
HSV(B) 295.08º 0.32% 0.75% -
XYZ 38.12 30.6 53.77 -
YUV 154.7 149.05 151.04 -
System Red Green Blue C M Y K H S L
Decimal 187 131 192 0.03 0.32 0 0.25 295.08 0.33 0.63
Hex BB 83 C0 3 20 0 19 127 21 3F
Octal 273 203 300 3 40 0 31 447 41 77
Binary 10111011 10000011 11000000 11 100000 0 11001 100100111 100001 111111

Color Harmonies of #BB83C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB83C0

Black with #BB83C0

Text Example


Text Example

White with #BB83C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB83C0; }

 p { color: rgb(187,131,192); }

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

background-color css

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

 a { background-color: rgb(187,131,192); }

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

border-color css

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

 span { border-color: rgb(187,131,192); }

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