Html Css Color HEX #BB84CC East Side

📋 copy color: '#BB84CC'

red 187 ◦ green 132 ◦ blue 204

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

Shades of East Side #BB84CC

Tints of East Side #BB84CC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.24%

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

R = 35.76%
G = 25.24%
B = 39.01%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB84CC (or 0xBB84CC) is known color: East Side. HEX triplet: BB, 84 and CC. RGB value is (187,132,204). Sum of RGB (Red+Green+Blue) = 187+132+204=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB84CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84CC is #447B33. Grayscale: #9C9C9C. Windows color (decimal): -4487988 or 13403323. OLE color: 13403323.

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

Color convert

RGB 187 132 204 -
CMYK 0.08 0.35 0 0.2
HSL 285.83º 0.41% 0.66% -
HSV(B) 285.83º 0.35% 0.8% -
XYZ 39.64 31.43 61.1 -
YUV 156.65 154.72 149.65 -
System Red Green Blue C M Y K H S L
Decimal 187 132 204 0.08 0.35 0 0.2 285.83 0.41 0.66
Hex BB 84 CC 8 23 0 14 11E 29 42
Octal 273 204 314 10 43 0 24 436 51 102
Binary 10111011 10000100 11001100 1000 100011 0 10100 100011110 101001 1000010

Color Harmonies of #BB84CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB84CC

Black with #BB84CC

Text Example


Text Example

White with #BB84CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB84CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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