Html Css Color HEX #BD78DB Medium Orchid

📋 copy color: '#BD78DB'

red 189 ◦ green 120 ◦ blue 219

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

Shades of Medium Orchid #BD78DB

Tints of Medium Orchid #BD78DB

RGB

 RED value IS 189 (74.22% from 255) = 35.8%

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

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

R = 35.8%
G = 22.73%
B = 41.48%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD78DB (or 0xBD78DB) is known color: Medium Orchid. HEX triplet: BD, 78 and DB. RGB value is (189,120,219). Sum of RGB (Red+Green+Blue) = 189+120+219=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD78DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD78DB is #428724. Grayscale: #979797. Windows color (decimal): -4359973 or 14383293. OLE color: 14383293.

HSL color Cylindrical-coordinate representation of color #BD78DB: hue angle of 281.82º 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 #BD78DB is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 120 219 -
CMYK 0.14 0.45 0 0.14
HSL 281.82º 0.58% 0.66% -
HSV(B) 281.82º 0.45% 0.86% -
XYZ 40.49 29.37 70.55 -
YUV 151.92 165.86 154.45 -
System Red Green Blue C M Y K H S L
Decimal 189 120 219 0.14 0.45 0 0.14 281.82 0.58 0.66
Hex BD 78 DB E 2D 0 E 11A 3A 42
Octal 275 170 333 16 55 0 16 432 72 102
Binary 10111101 1111000 11011011 1110 101101 0 1110 100011010 111010 1000010

Color Harmonies of #BD78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD78DB

Black with #BD78DB

Text Example


Text Example

White with #BD78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD78DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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