Html Css Color HEX #BC70CE Medium Orchid

📋 copy color: '#BC70CE'

red 188 ◦ green 112 ◦ blue 206

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

Shades of Medium Orchid #BC70CE

Tints of Medium Orchid #BC70CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.71%

R = 37.15%
G = 22.13%
B = 40.71%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC70CE (or 0xBC70CE) is known color: Medium Orchid. HEX triplet: BC, 70 and CE. RGB value is (188,112,206). Sum of RGB (Red+Green+Blue) = 188+112+206=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC70CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70CE is #438F31. Grayscale: #919191. Windows color (decimal): -4427570 or 13529276. OLE color: 13529276.

HSL color Cylindrical-coordinate representation of color #BC70CE: hue angle of 288.51º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC70CE is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 112 206 -
CMYK 0.09 0.46 0 0.19
HSL 288.51º 0.49% 0.62% -
HSV(B) 288.51º 0.46% 0.81% -
XYZ 37.67 26.74 61.57 -
YUV 145.44 162.18 158.36 -
System Red Green Blue C M Y K H S L
Decimal 188 112 206 0.09 0.46 0 0.19 288.51 0.49 0.62
Hex BC 70 CE 9 2E 0 13 121 31 3E
Octal 274 160 316 11 56 0 23 441 61 76
Binary 10111100 1110000 11001110 1001 101110 0 10011 100100001 110001 111110

Color Harmonies of #BC70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC70CE

Black with #BC70CE

Text Example


Text Example

White with #BC70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC70CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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