Html Css Color HEX #BC70D0 Medium Orchid

📋 copy color: '#BC70D0'

red 188 ◦ green 112 ◦ blue 208

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

Shades of Medium Orchid #BC70D0

Tints of Medium Orchid #BC70D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.94%

R = 37.01%
G = 22.05%
B = 40.94%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC70D0 (or 0xBC70D0) is known color: Medium Orchid. HEX triplet: BC, 70 and D0. RGB value is (188,112,208). Sum of RGB (Red+Green+Blue) = 188+112+208=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC70D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70D0 is #438F2F. Grayscale: #919191. Windows color (decimal): -4427568 or 13660348. OLE color: 13660348.

HSL color Cylindrical-coordinate representation of color #BC70D0: hue angle of 287.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC70D0 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 112 208 -
CMYK 0.10 0.46 0 0.18
HSL 287.5º 0.51% 0.63% -
HSV(B) 287.5º 0.46% 0.82% -
XYZ 37.92 26.83 62.86 -
YUV 145.67 163.18 158.19 -
System Red Green Blue C M Y K H S L
Decimal 188 112 208 0.10 0.46 0 0.18 287.5 0.51 0.63
Hex BC 70 D0 A 2E 0 12 120 33 3F
Octal 274 160 320 12 56 0 22 440 63 77
Binary 10111100 1110000 11010000 1010 101110 0 10010 100100000 110011 111111

Color Harmonies of #BC70D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC70D0

Black with #BC70D0

Text Example


Text Example

White with #BC70D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC70D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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