Html Css Color HEX #BD77CE Medium Orchid

📋 copy color: '#BD77CE'

red 189 ◦ green 119 ◦ blue 206

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

Shades of Medium Orchid #BD77CE

Tints of Medium Orchid #BD77CE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.15%

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

R = 36.77%
G = 23.15%
B = 40.08%

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

#BD77CE (or 0xBD77CE) is known color: Medium Orchid. HEX triplet: BD, 77 and CE. RGB value is (189,119,206). Sum of RGB (Red+Green+Blue) = 189+119+206=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD77CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77CE is #428831. Grayscale: #959595. Windows color (decimal): -4360242 or 13531069. OLE color: 13531069.

HSL color Cylindrical-coordinate representation of color #BD77CE: hue angle of 288.28º 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 #BD77CE is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 119 206 -
CMYK 0.08 0.42 0 0.19
HSL 288.28º 0.47% 0.64% -
HSV(B) 288.28º 0.42% 0.81% -
XYZ 38.72 28.47 61.85 -
YUV 149.85 159.69 155.93 -
System Red Green Blue C M Y K H S L
Decimal 189 119 206 0.08 0.42 0 0.19 288.28 0.47 0.64
Hex BD 77 CE 8 2A 0 13 120 2F 40
Octal 275 167 316 10 52 0 23 440 57 100
Binary 10111101 1110111 11001110 1000 101010 0 10011 100100000 101111 1000000

Color Harmonies of #BD77CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD77CE

Black with #BD77CE

Text Example


Text Example

White with #BD77CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD77CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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