Html Css Color HEX #BD76DC Medium Orchid

📋 copy color: '#BD76DC'

red 189 ◦ green 118 ◦ blue 220

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

Shades of Medium Orchid #BD76DC

Tints of Medium Orchid #BD76DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.39%

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

R = 35.86%
G = 22.39%
B = 41.75%

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

#BD76DC (or 0xBD76DC) is known color: Medium Orchid. HEX triplet: BD, 76 and DC. RGB value is (189,118,220). Sum of RGB (Red+Green+Blue) = 189+118+220=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD76DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76DC is #428923. Grayscale: #969696. Windows color (decimal): -4360484 or 14448317. OLE color: 14448317.

HSL color Cylindrical-coordinate representation of color #BD76DC: hue angle of 281.76º degrees, saturation: 0.59, 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 #BD76DC is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 118 220 -
CMYK 0.14 0.46 0 0.14
HSL 281.76º 0.59% 0.66% -
HSV(B) 281.76º 0.46% 0.86% -
XYZ 40.38 28.94 71.17 -
YUV 150.86 167.02 155.21 -
System Red Green Blue C M Y K H S L
Decimal 189 118 220 0.14 0.46 0 0.14 281.76 0.59 0.66
Hex BD 76 DC E 2E 0 E 11A 3B 42
Octal 275 166 334 16 56 0 16 432 73 102
Binary 10111101 1110110 11011100 1110 101110 0 1110 100011010 111011 1000010

Color Harmonies of #BD76DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD76DC

Black with #BD76DC

Text Example


Text Example

White with #BD76DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD76DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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