Html Css Color HEX #BB82C0 East Side

📋 copy color: '#BB82C0'

red 187 ◦ green 130 ◦ blue 192

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

Shades of East Side #BB82C0

Tints of East Side #BB82C0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.54%

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

R = 36.74%
G = 25.54%
B = 37.72%

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

#BB82C0 (or 0xBB82C0) is known color: East Side. HEX triplet: BB, 82 and C0. RGB value is (187,130,192). Sum of RGB (Red+Green+Blue) = 187+130+192=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB82C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB82C0 is #447D3F. Grayscale: #999999. Windows color (decimal): -4488512 or 12616379. OLE color: 12616379.

HSL color Cylindrical-coordinate representation of color #BB82C0: hue angle of 295.16º 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 #BB82C0 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 130 192 -
CMYK 0.03 0.32 0 0.25
HSL 295.16º 0.33% 0.63% -
HSV(B) 295.16º 0.32% 0.75% -
XYZ 37.99 30.34 53.72 -
YUV 154.11 149.38 151.46 -
System Red Green Blue C M Y K H S L
Decimal 187 130 192 0.03 0.32 0 0.25 295.16 0.33 0.63
Hex BB 82 C0 3 20 0 19 127 21 3F
Octal 273 202 300 3 40 0 31 447 41 77
Binary 10111011 10000010 11000000 11 100000 0 11001 100100111 100001 111111

Color Harmonies of #BB82C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB82C0

Black with #BB82C0

Text Example


Text Example

White with #BB82C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB82C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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