Html Css Color HEX #BD77DB Medium Orchid

📋 copy color: '#BD77DB'

red 189 ◦ green 119 ◦ blue 219

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

Shades of Medium Orchid #BD77DB

Tints of Medium Orchid #BD77DB

RGB

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

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

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

R = 35.86%
G = 22.58%
B = 41.56%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD77DB (or 0xBD77DB) is known color: Medium Orchid. HEX triplet: BD, 77 and DB. RGB value is (189,119,219). Sum of RGB (Red+Green+Blue) = 189+119+219=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD77DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77DB is #428824. Grayscale: #979797. Windows color (decimal): -4360229 or 14383037. OLE color: 14383037.

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

Color convert

RGB 189 119 219 -
CMYK 0.14 0.46 0 0.14
HSL 282º 0.58% 0.66% -
HSV(B) 282º 0.46% 0.86% -
XYZ 40.37 29.13 70.51 -
YUV 151.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 189 119 219 0.14 0.46 0 0.14 282 0.58 0.66
Hex BD 77 DB E 2E 0 E 11A 3A 42
Octal 275 167 333 16 56 0 16 432 72 102
Binary 10111101 1110111 11011011 1110 101110 0 1110 100011010 111010 1000010

Color Harmonies of #BD77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD77DB

Black with #BD77DB

Text Example


Text Example

White with #BD77DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD77DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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