Html Css Color HEX #BB78D0 East Side

📋 copy color: '#BB78D0'

red 187 ◦ green 120 ◦ blue 208

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

Shades of East Side #BB78D0

Tints of East Side #BB78D0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.3%

 BLUE value IS 208 (81.64% from 255) = 40.39%

R = 36.31%
G = 23.3%
B = 40.39%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB78D0 (or 0xBB78D0) is known color: East Side. HEX triplet: BB, 78 and D0. RGB value is (187,120,208). Sum of RGB (Red+Green+Blue) = 187+120+208=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB78D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB78D0 is #44872F. Grayscale: #959595. Windows color (decimal): -4491056 or 13662395. OLE color: 13662395.

HSL color Cylindrical-coordinate representation of color #BB78D0: hue angle of 285.68º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB78D0 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 120 208 -
CMYK 0.10 0.42 0 0.18
HSL 285.68º 0.48% 0.64% -
HSV(B) 285.68º 0.42% 0.82% -
XYZ 38.6 28.55 63.15 -
YUV 150.07 160.7 154.34 -
System Red Green Blue C M Y K H S L
Decimal 187 120 208 0.10 0.42 0 0.18 285.68 0.48 0.64
Hex BB 78 D0 A 2A 0 12 11E 30 40
Octal 273 170 320 12 52 0 22 436 60 100
Binary 10111011 1111000 11010000 1010 101010 0 10010 100011110 110000 1000000

Color Harmonies of #BB78D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB78D0

Black with #BB78D0

Text Example


Text Example

White with #BB78D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB78D0; }

 p { color: rgb(187,120,208); }

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

background-color css

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

 a { background-color: rgb(187,120,208); }

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

border-color css

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

 span { border-color: rgb(187,120,208); }

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