Html Css Color HEX #BC70D4 Medium Orchid

📋 copy color: '#BC70D4'

red 188 ◦ green 112 ◦ blue 212

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

Shades of Medium Orchid #BC70D4

Tints of Medium Orchid #BC70D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.41%

R = 36.72%
G = 21.88%
B = 41.41%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BC70D4 (or 0xBC70D4) is known color: Medium Orchid. HEX triplet: BC, 70 and D4. RGB value is (188,112,212). Sum of RGB (Red+Green+Blue) = 188+112+212=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC70D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70D4 is #438F2B. Grayscale: #919191. Windows color (decimal): -4427564 or 13922492. OLE color: 13922492.

HSL color Cylindrical-coordinate representation of color #BC70D4: hue angle of 285.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC70D4 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 112 212 -
CMYK 0.11 0.47 0 0.17
HSL 285.6º 0.54% 0.64% -
HSV(B) 285.6º 0.47% 0.83% -
XYZ 38.42 27.03 65.48 -
YUV 146.12 165.18 157.87 -
System Red Green Blue C M Y K H S L
Decimal 188 112 212 0.11 0.47 0 0.17 285.6 0.54 0.64
Hex BC 70 D4 B 2F 0 11 11E 36 40
Octal 274 160 324 13 57 0 21 436 66 100
Binary 10111100 1110000 11010100 1011 101111 0 10001 100011110 110110 1000000

Color Harmonies of #BC70D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC70D4

Black with #BC70D4

Text Example


Text Example

White with #BC70D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC70D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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