Html Css Color HEX #BD70DB Medium Orchid

📋 copy color: '#BD70DB'

red 189 ◦ green 112 ◦ blue 219

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

Shades of Medium Orchid #BD70DB

Tints of Medium Orchid #BD70DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.54%

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

R = 36.35%
G = 21.54%
B = 42.12%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD70DB (or 0xBD70DB) is known color: Medium Orchid. HEX triplet: BD, 70 and DB. RGB value is (189,112,219). Sum of RGB (Red+Green+Blue) = 189+112+219=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD70DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70DB is #428F24. Grayscale: #929292. Windows color (decimal): -4362021 or 14381245. OLE color: 14381245.

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

Color convert

RGB 189 112 219 -
CMYK 0.14 0.49 0 0.14
HSL 283.18º 0.6% 0.65% -
HSV(B) 283.18º 0.49% 0.86% -
XYZ 39.57 27.52 70.24 -
YUV 147.22 168.51 157.8 -
System Red Green Blue C M Y K H S L
Decimal 189 112 219 0.14 0.49 0 0.14 283.18 0.6 0.65
Hex BD 70 DB E 31 0 E 11B 3C 41
Octal 275 160 333 16 61 0 16 433 74 101
Binary 10111101 1110000 11011011 1110 110001 0 1110 100011011 111100 1000001

Color Harmonies of #BD70DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD70DB

Black with #BD70DB

Text Example


Text Example

White with #BD70DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD70DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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