Html Css Color HEX #BB7ACD East Side

📋 copy color: '#BB7ACD'

red 187 ◦ green 122 ◦ blue 205

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

Shades of East Side #BB7ACD

Tints of East Side #BB7ACD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.74%

 BLUE value IS 205 (80.47% from 255) = 39.88%

R = 36.38%
G = 23.74%
B = 39.88%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB7ACD (or 0xBB7ACD) is known color: East Side. HEX triplet: BB, 7A and CD. RGB value is (187,122,205). Sum of RGB (Red+Green+Blue) = 187+122+205=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB7ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ACD is #448532. Grayscale: #969696. Windows color (decimal): -4490547 or 13466299. OLE color: 13466299.

HSL color Cylindrical-coordinate representation of color #BB7ACD: hue angle of 286.99º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB7ACD is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 122 205 -
CMYK 0.09 0.40 0 0.20
HSL 286.99º 0.45% 0.64% -
HSV(B) 286.99º 0.4% 0.8% -
XYZ 38.47 28.89 61.31 -
YUV 150.9 158.53 153.75 -
System Red Green Blue C M Y K H S L
Decimal 187 122 205 0.09 0.40 0 0.20 286.99 0.45 0.64
Hex BB 7A CD 9 28 0 14 11F 2D 40
Octal 273 172 315 11 50 0 24 437 55 100
Binary 10111011 1111010 11001101 1001 101000 0 10100 100011111 101101 1000000

Color Harmonies of #BB7ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7ACD

Black with #BB7ACD

Text Example


Text Example

White with #BB7ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7ACD; }

 p { color: rgb(187,122,205); }

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

background-color css

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

 a { background-color: rgb(187,122,205); }

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

border-color css

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

 span { border-color: rgb(187,122,205); }

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