Html Css Color HEX #BD79DB Medium Orchid

📋 copy color: '#BD79DB'

red 189 ◦ green 121 ◦ blue 219

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

Shades of Medium Orchid #BD79DB

Tints of Medium Orchid #BD79DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.87%

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

R = 35.73%
G = 22.87%
B = 41.4%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD79DB (or 0xBD79DB) is known color: Medium Orchid. HEX triplet: BD, 79 and DB. RGB value is (189,121,219). Sum of RGB (Red+Green+Blue) = 189+121+219=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD79DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD79DB is #428624. Grayscale: #989898. Windows color (decimal): -4359717 or 14383549. OLE color: 14383549.

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

Color convert

RGB 189 121 219 -
CMYK 0.14 0.45 0 0.14
HSL 281.63º 0.58% 0.67% -
HSV(B) 281.63º 0.45% 0.86% -
XYZ 40.61 29.61 70.59 -
YUV 152.5 165.53 154.03 -
System Red Green Blue C M Y K H S L
Decimal 189 121 219 0.14 0.45 0 0.14 281.63 0.58 0.67
Hex BD 79 DB E 2D 0 E 11A 3A 43
Octal 275 171 333 16 55 0 16 432 72 103
Binary 10111101 1111001 11011011 1110 101101 0 1110 100011010 111010 1000011

Color Harmonies of #BD79DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD79DB

Black with #BD79DB

Text Example


Text Example

White with #BD79DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD79DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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