Html Css Color HEX #BC70DB Medium Orchid

📋 copy color: '#BC70DB'

red 188 ◦ green 112 ◦ blue 219

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

Shades of Medium Orchid #BC70DB

Tints of Medium Orchid #BC70DB

RGB

 RED value IS 188 (73.83% from 255) = 36.22%

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

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

R = 36.22%
G = 21.58%
B = 42.2%

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

#BC70DB (or 0xBC70DB) is known color: Medium Orchid. HEX triplet: BC, 70 and DB. RGB value is (188,112,219). Sum of RGB (Red+Green+Blue) = 188+112+219=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC70DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70DB is #438F24. Grayscale: #929292. Windows color (decimal): -4427557 or 14381244. OLE color: 14381244.

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

Color convert

RGB 188 112 219 -
CMYK 0.14 0.49 0 0.14
HSL 282.62º 0.6% 0.65% -
HSV(B) 282.62º 0.49% 0.86% -
XYZ 39.32 27.39 70.23 -
YUV 146.92 168.68 157.3 -
System Red Green Blue C M Y K H S L
Decimal 188 112 219 0.14 0.49 0 0.14 282.62 0.6 0.65
Hex BC 70 DB E 31 0 E 11B 3C 41
Octal 274 160 333 16 61 0 16 433 74 101
Binary 10111100 1110000 11011011 1110 110001 0 1110 100011011 111100 1000001

Color Harmonies of #BC70DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC70DB

Black with #BC70DB

Text Example


Text Example

White with #BC70DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC70DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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