Html Css Color HEX #BD78CE Medium Orchid

📋 copy color: '#BD78CE'

red 189 ◦ green 120 ◦ blue 206

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

Shades of Medium Orchid #BD78CE

Tints of Medium Orchid #BD78CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 36.7%
G = 23.3%
B = 40%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD78CE (or 0xBD78CE) is known color: Medium Orchid. HEX triplet: BD, 78 and CE. RGB value is (189,120,206). Sum of RGB (Red+Green+Blue) = 189+120+206=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD78CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD78CE is #428731. Grayscale: #969696. Windows color (decimal): -4359986 or 13531325. OLE color: 13531325.

HSL color Cylindrical-coordinate representation of color #BD78CE: hue angle of 288.14º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD78CE is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 120 206 -
CMYK 0.08 0.42 0 0.19
HSL 288.14º 0.47% 0.64% -
HSV(B) 288.14º 0.42% 0.81% -
XYZ 38.84 28.71 61.89 -
YUV 150.44 159.36 155.51 -
System Red Green Blue C M Y K H S L
Decimal 189 120 206 0.08 0.42 0 0.19 288.14 0.47 0.64
Hex BD 78 CE 8 2A 0 13 120 2F 40
Octal 275 170 316 10 52 0 23 440 57 100
Binary 10111101 1111000 11001110 1000 101010 0 10011 100100000 101111 1000000

Color Harmonies of #BD78CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD78CE

Black with #BD78CE

Text Example


Text Example

White with #BD78CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD78CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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