Html Css Color HEX #BC2FCF Medium Orchid

📋 copy color: '#BC2FCF'

red 188 ◦ green 47 ◦ blue 207

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

Shades of Medium Orchid #BC2FCF

Tints of Medium Orchid #BC2FCF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.63%

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

R = 42.53%
G = 10.63%
B = 46.83%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC2FCF (or 0xBC2FCF) is known color: Medium Orchid. HEX triplet: BC, 2F and CF. RGB value is (188,47,207). Sum of RGB (Red+Green+Blue) = 188+47+207=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 47 (18.75% from 255 or 10.63% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC2FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FCF is #43D030. Grayscale: #6A6A6A. Windows color (decimal): -4444209 or 13578172. OLE color: 13578172.

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

Color convert

RGB 188 47 207 -
CMYK 0.09 0.77 0 0.19
HSL 292.88º 0.63% 0.5% -
HSV(B) 292.88º 0.77% 0.81% -
XYZ 33.02 17.23 60.62 -
YUV 107.4 184.21 185.49 -
System Red Green Blue C M Y K H S L
Decimal 188 47 207 0.09 0.77 0 0.19 292.88 0.63 0.5
Hex BC 2F CF 9 4D 0 13 125 3F 32
Octal 274 57 317 11 115 0 23 445 77 62
Binary 10111100 101111 11001111 1001 1001101 0 10011 100100101 111111 110010

Color Harmonies of #BC2FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FCF

Black with #BC2FCF

Text Example


Text Example

White with #BC2FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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