Html Css Color HEX #BC70CA Medium Orchid

📋 copy color: '#BC70CA'

red 188 ◦ green 112 ◦ blue 202

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

Shades of Medium Orchid #BC70CA

Tints of Medium Orchid #BC70CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.24%

R = 37.45%
G = 22.31%
B = 40.24%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC70CA (or 0xBC70CA) is known color: Medium Orchid. HEX triplet: BC, 70 and CA. RGB value is (188,112,202). Sum of RGB (Red+Green+Blue) = 188+112+202=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC70CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70CA is #438F35. Grayscale: #909090. Windows color (decimal): -4427574 or 13267132. OLE color: 13267132.

HSL color Cylindrical-coordinate representation of color #BC70CA: hue angle of 290.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC70CA is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 112 202 -
CMYK 0.07 0.45 0 0.21
HSL 290.67º 0.46% 0.62% -
HSV(B) 290.67º 0.45% 0.79% -
XYZ 37.19 26.54 59.04 -
YUV 144.98 160.18 158.68 -
System Red Green Blue C M Y K H S L
Decimal 188 112 202 0.07 0.45 0 0.21 290.67 0.46 0.62
Hex BC 70 CA 7 2D 0 15 123 2E 3E
Octal 274 160 312 7 55 0 25 443 56 76
Binary 10111100 1110000 11001010 111 101101 0 10101 100100011 101110 111110

Color Harmonies of #BC70CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC70CA

Black with #BC70CA

Text Example


Text Example

White with #BC70CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC70CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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