Html Css Color HEX #BB7CC6 East Side

📋 copy color: '#BB7CC6'

red 187 ◦ green 124 ◦ blue 198

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

Shades of East Side #BB7CC6

Tints of East Side #BB7CC6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.36%

 BLUE value IS 198 (77.73% from 255) = 38.9%

R = 36.74%
G = 24.36%
B = 38.9%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BB7CC6 (or 0xBB7CC6) is known color: East Side. HEX triplet: BB, 7C and C6. RGB value is (187,124,198). Sum of RGB (Red+Green+Blue) = 187+124+198=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB7CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7CC6 is #448339. Grayscale: #979797. Windows color (decimal): -4490042 or 13008059. OLE color: 13008059.

HSL color Cylindrical-coordinate representation of color #BB7CC6: hue angle of 291.08º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB7CC6 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 124 198 -
CMYK 0.06 0.37 0 0.22
HSL 291.08º 0.39% 0.63% -
HSV(B) 291.08º 0.37% 0.78% -
XYZ 37.89 29.06 57.04 -
YUV 151.27 154.37 153.48 -
System Red Green Blue C M Y K H S L
Decimal 187 124 198 0.06 0.37 0 0.22 291.08 0.39 0.63
Hex BB 7C C6 6 25 0 16 123 27 3F
Octal 273 174 306 6 45 0 26 443 47 77
Binary 10111011 1111100 11000110 110 100101 0 10110 100100011 100111 111111

Color Harmonies of #BB7CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7CC6

Black with #BB7CC6

Text Example


Text Example

White with #BB7CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7CC6; }

 p { color: rgb(187,124,198); }

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

background-color css

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

 a { background-color: rgb(187,124,198); }

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

border-color css

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

 span { border-color: rgb(187,124,198); }

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