Html Css Color HEX #BD78D8 Medium Orchid

📋 copy color: '#BD78D8'

red 189 ◦ green 120 ◦ blue 216

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

Shades of Medium Orchid #BD78D8

Tints of Medium Orchid #BD78D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.14%

R = 36%
G = 22.86%
B = 41.14%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD78D8 (or 0xBD78D8) is known color: Medium Orchid. HEX triplet: BD, 78 and D8. RGB value is (189,120,216). Sum of RGB (Red+Green+Blue) = 189+120+216=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD78D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD78D8 is #428727. Grayscale: #979797. Windows color (decimal): -4359976 or 14186685. OLE color: 14186685.

HSL color Cylindrical-coordinate representation of color #BD78D8: hue angle of 283.12º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD78D8 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 120 216 -
CMYK 0.12 0.44 0 0.15
HSL 283.13º 0.55% 0.66% -
HSV(B) 283.13º 0.44% 0.85% -
XYZ 40.1 29.21 68.49 -
YUV 151.58 164.36 154.69 -
System Red Green Blue C M Y K H S L
Decimal 189 120 216 0.12 0.44 0 0.15 283.13 0.55 0.66
Hex BD 78 D8 C 2C 0 F 11B 37 42
Octal 275 170 330 14 54 0 17 433 67 102
Binary 10111101 1111000 11011000 1100 101100 0 1111 100011011 110111 1000010

Color Harmonies of #BD78D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD78D8

Black with #BD78D8

Text Example


Text Example

White with #BD78D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD78D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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