Html Css Color HEX #BD78DC Medium Orchid

📋 copy color: '#BD78DC'

red 189 ◦ green 120 ◦ blue 220

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

Shades of Medium Orchid #BD78DC

Tints of Medium Orchid #BD78DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 35.73%
G = 22.68%
B = 41.59%

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

#BD78DC (or 0xBD78DC) is known color: Medium Orchid. HEX triplet: BD, 78 and DC. RGB value is (189,120,220). Sum of RGB (Red+Green+Blue) = 189+120+220=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD78DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD78DC is #428723. Grayscale: #979797. Windows color (decimal): -4359972 or 14448829. OLE color: 14448829.

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

Color convert

RGB 189 120 220 -
CMYK 0.14 0.45 0 0.14
HSL 281.4º 0.59% 0.67% -
HSV(B) 281.4º 0.45% 0.86% -
XYZ 40.62 29.42 71.25 -
YUV 152.03 166.36 154.37 -
System Red Green Blue C M Y K H S L
Decimal 189 120 220 0.14 0.45 0 0.14 281.4 0.59 0.67
Hex BD 78 DC E 2D 0 E 119 3B 43
Octal 275 170 334 16 55 0 16 431 73 103
Binary 10111101 1111000 11011100 1110 101101 0 1110 100011001 111011 1000011

Color Harmonies of #BD78DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD78DC

Black with #BD78DC

Text Example


Text Example

White with #BD78DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD78DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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