Html Css Color HEX #BD76DB Medium Orchid

📋 copy color: '#BD76DB'

red 189 ◦ green 118 ◦ blue 219

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

Shades of Medium Orchid #BD76DB

Tints of Medium Orchid #BD76DB

RGB

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

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

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

R = 35.93%
G = 22.43%
B = 41.63%

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

#BD76DB (or 0xBD76DB) is known color: Medium Orchid. HEX triplet: BD, 76 and DB. RGB value is (189,118,219). Sum of RGB (Red+Green+Blue) = 189+118+219=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD76DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76DB is #428924. Grayscale: #969696. Windows color (decimal): -4360485 or 14382781. OLE color: 14382781.

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

Color convert

RGB 189 118 219 -
CMYK 0.14 0.46 0 0.14
HSL 282.18º 0.58% 0.66% -
HSV(B) 282.18º 0.46% 0.86% -
XYZ 40.25 28.89 70.47 -
YUV 150.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 189 118 219 0.14 0.46 0 0.14 282.18 0.58 0.66
Hex BD 76 DB E 2E 0 E 11A 3A 42
Octal 275 166 333 16 56 0 16 432 72 102
Binary 10111101 1110110 11011011 1110 101110 0 1110 100011010 111010 1000010

Color Harmonies of #BD76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD76DB

Black with #BD76DB

Text Example


Text Example

White with #BD76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD76DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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