Html Css Color HEX #BB7CCC East Side

📋 copy color: '#BB7CCC'

red 187 ◦ green 124 ◦ blue 204

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

Shades of East Side #BB7CCC

Tints of East Side #BB7CCC

RGB

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

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

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

R = 36.31%
G = 24.08%
B = 39.61%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB7CCC (or 0xBB7CCC) is known color: East Side. HEX triplet: BB, 7C and CC. RGB value is (187,124,204). Sum of RGB (Red+Green+Blue) = 187+124+204=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB7CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7CCC is #448333. Grayscale: #979797. Windows color (decimal): -4490036 or 13401275. OLE color: 13401275.

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

Color convert

RGB 187 124 204 -
CMYK 0.08 0.39 0 0.2
HSL 287.25º 0.44% 0.64% -
HSV(B) 287.25º 0.39% 0.8% -
XYZ 38.6 29.34 60.76 -
YUV 151.96 157.37 153 -
System Red Green Blue C M Y K H S L
Decimal 187 124 204 0.08 0.39 0 0.2 287.25 0.44 0.64
Hex BB 7C CC 8 27 0 14 11F 2C 40
Octal 273 174 314 10 47 0 24 437 54 100
Binary 10111011 1111100 11001100 1000 100111 0 10100 100011111 101100 1000000

Color Harmonies of #BB7CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7CCC

Black with #BB7CCC

Text Example


Text Example

White with #BB7CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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