Html Css Color HEX #BB83CB East Side

📋 copy color: '#BB83CB'

red 187 ◦ green 131 ◦ blue 203

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

Shades of East Side #BB83CB

Tints of East Side #BB83CB

RGB

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

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

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

R = 35.89%
G = 25.14%
B = 38.96%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB83CB (or 0xBB83CB) is known color: East Side. HEX triplet: BB, 83 and CB. RGB value is (187,131,203). Sum of RGB (Red+Green+Blue) = 187+131+203=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB83CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83CB is #447C34. Grayscale: #9B9B9B. Windows color (decimal): -4488245 or 13337531. OLE color: 13337531.

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

Color convert

RGB 187 131 203 -
CMYK 0.08 0.35 0 0.20
HSL 286.67º 0.41% 0.65% -
HSV(B) 286.67º 0.35% 0.8% -
XYZ 39.39 31.11 60.43 -
YUV 155.95 154.55 150.15 -
System Red Green Blue C M Y K H S L
Decimal 187 131 203 0.08 0.35 0 0.20 286.67 0.41 0.65
Hex BB 83 CB 8 23 0 14 11F 29 41
Octal 273 203 313 10 43 0 24 437 51 101
Binary 10111011 10000011 11001011 1000 100011 0 10100 100011111 101001 1000001

Color Harmonies of #BB83CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB83CB

Black with #BB83CB

Text Example


Text Example

White with #BB83CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB83CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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