Html Css Color HEX #BC70D9 Medium Orchid

📋 copy color: '#BC70D9'

red 188 ◦ green 112 ◦ blue 217

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

Shades of Medium Orchid #BC70D9

Tints of Medium Orchid #BC70D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.97%

R = 36.36%
G = 21.66%
B = 41.97%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC70D9 (or 0xBC70D9) is known color: Medium Orchid. HEX triplet: BC, 70 and D9. RGB value is (188,112,217). Sum of RGB (Red+Green+Blue) = 188+112+217=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC70D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70D9 is #438F26. Grayscale: #929292. Windows color (decimal): -4427559 or 14250172. OLE color: 14250172.

HSL color Cylindrical-coordinate representation of color #BC70D9: hue angle of 283.43º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC70D9 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 112 217 -
CMYK 0.13 0.48 0 0.15
HSL 283.43º 0.58% 0.65% -
HSV(B) 283.43º 0.48% 0.85% -
XYZ 39.06 27.29 68.85 -
YUV 146.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 188 112 217 0.13 0.48 0 0.15 283.43 0.58 0.65
Hex BC 70 D9 D 30 0 F 11B 3A 41
Octal 274 160 331 15 60 0 17 433 72 101
Binary 10111100 1110000 11011001 1101 110000 0 1111 100011011 111010 1000001

Color Harmonies of #BC70D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC70D9

Black with #BC70D9

Text Example


Text Example

White with #BC70D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC70D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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