Html Css Color HEX #BB7CC1 East Side

📋 copy color: '#BB7CC1'

red 187 ◦ green 124 ◦ blue 193

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

Shades of East Side #BB7CC1

Tints of East Side #BB7CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.29%

R = 37.1%
G = 24.6%
B = 38.29%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB7CC1 (or 0xBB7CC1) is known color: East Side. HEX triplet: BB, 7C and C1. RGB value is (187,124,193). Sum of RGB (Red+Green+Blue) = 187+124+193=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB7CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7CC1 is #44833E. Grayscale: #969696. Windows color (decimal): -4490047 or 12680379. OLE color: 12680379.

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

Color convert

RGB 187 124 193 -
CMYK 0.03 0.36 0 0.24
HSL 294.78º 0.36% 0.62% -
HSV(B) 294.78º 0.36% 0.76% -
XYZ 37.33 28.83 54.05 -
YUV 150.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 187 124 193 0.03 0.36 0 0.24 294.78 0.36 0.62
Hex BB 7C C1 3 24 0 18 127 24 3E
Octal 273 174 301 3 44 0 30 447 44 76
Binary 10111011 1111100 11000001 11 100100 0 11000 100100111 100100 111110

Color Harmonies of #BB7CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7CC1

Black with #BB7CC1

Text Example


Text Example

White with #BB7CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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