Html Css Color HEX #BC70DD Medium Orchid

📋 copy color: '#BC70DD'

red 188 ◦ green 112 ◦ blue 221

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

Shades of Medium Orchid #BC70DD

Tints of Medium Orchid #BC70DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 36.08%
G = 21.5%
B = 42.42%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC70DD (or 0xBC70DD) is known color: Medium Orchid. HEX triplet: BC, 70 and DD. RGB value is (188,112,221). Sum of RGB (Red+Green+Blue) = 188+112+221=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC70DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70DD is #438F22. Grayscale: #929292. Windows color (decimal): -4427555 or 14512316. OLE color: 14512316.

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

Color convert

RGB 188 112 221 -
CMYK 0.15 0.49 0 0.13
HSL 281.83º 0.62% 0.65% -
HSV(B) 281.83º 0.49% 0.87% -
XYZ 39.58 27.5 71.63 -
YUV 147.15 169.68 157.14 -
System Red Green Blue C M Y K H S L
Decimal 188 112 221 0.15 0.49 0 0.13 281.83 0.62 0.65
Hex BC 70 DD F 31 0 D 11A 3E 41
Octal 274 160 335 17 61 0 15 432 76 101
Binary 10111100 1110000 11011101 1111 110001 0 1101 100011010 111110 1000001

Color Harmonies of #BC70DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC70DD

Black with #BC70DD

Text Example


Text Example

White with #BC70DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC70DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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