Html Css Color HEX #BB7CC3 East Side

📋 copy color: '#BB7CC3'

red 187 ◦ green 124 ◦ blue 195

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

Shades of East Side #BB7CC3

Tints of East Side #BB7CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.54%

R = 36.96%
G = 24.51%
B = 38.54%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB7CC3 (or 0xBB7CC3) is known color: East Side. HEX triplet: BB, 7C and C3. RGB value is (187,124,195). Sum of RGB (Red+Green+Blue) = 187+124+195=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB7CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7CC3 is #44833C. Grayscale: #969696. Windows color (decimal): -4490045 or 12811451. OLE color: 12811451.

HSL color Cylindrical-coordinate representation of color #BB7CC3: hue angle of 293.24º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB7CC3 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 124 195 -
CMYK 0.04 0.36 0 0.24
HSL 293.24º 0.37% 0.63% -
HSV(B) 293.24º 0.36% 0.76% -
XYZ 37.55 28.92 55.23 -
YUV 150.93 152.87 153.73 -
System Red Green Blue C M Y K H S L
Decimal 187 124 195 0.04 0.36 0 0.24 293.24 0.37 0.63
Hex BB 7C C3 4 24 0 18 125 25 3F
Octal 273 174 303 4 44 0 30 445 45 77
Binary 10111011 1111100 11000011 100 100100 0 11000 100100101 100101 111111

Color Harmonies of #BB7CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7CC3

Black with #BB7CC3

Text Example


Text Example

White with #BB7CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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