Html Css Color HEX #BB78DB Medium Orchid

📋 copy color: '#BB78DB'

red 187 ◦ green 120 ◦ blue 219

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

Shades of Medium Orchid #BB78DB

Tints of Medium Orchid #BB78DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.63%

R = 35.55%
G = 22.81%
B = 41.63%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB78DB (or 0xBB78DB) is known color: Medium Orchid. HEX triplet: BB, 78 and DB. RGB value is (187,120,219). Sum of RGB (Red+Green+Blue) = 187+120+219=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB78DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB78DB is #448724. Grayscale: #969696. Windows color (decimal): -4491045 or 14383291. OLE color: 14383291.

HSL color Cylindrical-coordinate representation of color #BB78DB: hue angle of 280.61º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB78DB is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 120 219 -
CMYK 0.15 0.45 0 0.14
HSL 280.61º 0.58% 0.66% -
HSV(B) 280.61º 0.45% 0.86% -
XYZ 40 29.11 70.53 -
YUV 151.32 166.2 153.45 -
System Red Green Blue C M Y K H S L
Decimal 187 120 219 0.15 0.45 0 0.14 280.61 0.58 0.66
Hex BB 78 DB F 2D 0 E 119 3A 42
Octal 273 170 333 17 55 0 16 431 72 102
Binary 10111011 1111000 11011011 1111 101101 0 1110 100011001 111010 1000010

Color Harmonies of #BB78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB78DB

Black with #BB78DB

Text Example


Text Example

White with #BB78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB78DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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