Html Css Color HEX #BB83CC East Side

📋 copy color: '#BB83CC'

red 187 ◦ green 131 ◦ blue 204

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

Shades of East Side #BB83CC

Tints of East Side #BB83CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.08%

R = 35.82%
G = 25.1%
B = 39.08%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB83CC (or 0xBB83CC) is known color: East Side. HEX triplet: BB, 83 and CC. RGB value is (187,131,204). Sum of RGB (Red+Green+Blue) = 187+131+204=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB83CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83CC is #447C33. Grayscale: #9B9B9B. Windows color (decimal): -4488244 or 13403067. OLE color: 13403067.

HSL color Cylindrical-coordinate representation of color #BB83CC: hue angle of 286.03º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB83CC is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 131 204 -
CMYK 0.08 0.36 0 0.2
HSL 286.03º 0.42% 0.66% -
HSV(B) 286.03º 0.36% 0.8% -
XYZ 39.51 31.16 61.06 -
YUV 156.07 155.05 150.06 -
System Red Green Blue C M Y K H S L
Decimal 187 131 204 0.08 0.36 0 0.2 286.03 0.42 0.66
Hex BB 83 CC 8 24 0 14 11E 2A 42
Octal 273 203 314 10 44 0 24 436 52 102
Binary 10111011 10000011 11001100 1000 100100 0 10100 100011110 101010 1000010

Color Harmonies of #BB83CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB83CC

Black with #BB83CC

Text Example


Text Example

White with #BB83CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB83CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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