Html Css Color HEX #BC70CF Medium Orchid

📋 copy color: '#BC70CF'

red 188 ◦ green 112 ◦ blue 207

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

Shades of Medium Orchid #BC70CF

Tints of Medium Orchid #BC70CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.83%

R = 37.08%
G = 22.09%
B = 40.83%

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

#BC70CF (or 0xBC70CF) is known color: Medium Orchid. HEX triplet: BC, 70 and CF. RGB value is (188,112,207). Sum of RGB (Red+Green+Blue) = 188+112+207=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC70CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70CF is #438F30. Grayscale: #919191. Windows color (decimal): -4427569 or 13594812. OLE color: 13594812.

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

Color convert

RGB 188 112 207 -
CMYK 0.09 0.46 0 0.19
HSL 288º 0.5% 0.63% -
HSV(B) 288º 0.46% 0.81% -
XYZ 37.8 26.78 62.21 -
YUV 145.55 162.68 158.28 -
System Red Green Blue C M Y K H S L
Decimal 188 112 207 0.09 0.46 0 0.19 288 0.5 0.63
Hex BC 70 CF 9 2E 0 13 120 32 3F
Octal 274 160 317 11 56 0 23 440 62 77
Binary 10111100 1110000 11001111 1001 101110 0 10011 100100000 110010 111111

Color Harmonies of #BC70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC70CF

Black with #BC70CF

Text Example


Text Example

White with #BC70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC70CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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