Html Css Color HEX #BB83CA East Side

📋 copy color: '#BB83CA'

red 187 ◦ green 131 ◦ blue 202

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

Shades of East Side #BB83CA

Tints of East Side #BB83CA

RGB

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

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

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

R = 35.96%
G = 25.19%
B = 38.85%

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

#BB83CA (or 0xBB83CA) is known color: East Side. HEX triplet: BB, 83 and CA. RGB value is (187,131,202). Sum of RGB (Red+Green+Blue) = 187+131+202=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB83CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83CA is #447C35. Grayscale: #9B9B9B. Windows color (decimal): -4488246 or 13271995. OLE color: 13271995.

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

Color convert

RGB 187 131 202 -
CMYK 0.07 0.35 0 0.21
HSL 287.32º 0.4% 0.65% -
HSV(B) 287.32º 0.35% 0.79% -
XYZ 39.27 31.06 59.8 -
YUV 155.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 187 131 202 0.07 0.35 0 0.21 287.32 0.4 0.65
Hex BB 83 CA 7 23 0 15 11F 28 41
Octal 273 203 312 7 43 0 25 437 50 101
Binary 10111011 10000011 11001010 111 100011 0 10101 100011111 101000 1000001

Color Harmonies of #BB83CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB83CA

Black with #BB83CA

Text Example


Text Example

White with #BB83CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB83CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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