Html Css Color HEX #BC2FCD Medium Orchid

📋 copy color: '#BC2FCD'

red 188 ◦ green 47 ◦ blue 205

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

Shades of Medium Orchid #BC2FCD

Tints of Medium Orchid #BC2FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.59%

R = 42.73%
G = 10.68%
B = 46.59%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC2FCD (or 0xBC2FCD) is known color: Medium Orchid. HEX triplet: BC, 2F and CD. RGB value is (188,47,205). Sum of RGB (Red+Green+Blue) = 188+47+205=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC2FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FCD is #43D032. Grayscale: #6A6A6A. Windows color (decimal): -4444211 or 13447100. OLE color: 13447100.

HSL color Cylindrical-coordinate representation of color #BC2FCD: hue angle of 293.54º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2FCD is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 47 205 -
CMYK 0.08 0.77 0 0.20
HSL 293.54º 0.63% 0.49% -
HSV(B) 293.54º 0.77% 0.8% -
XYZ 32.78 17.13 59.34 -
YUV 107.17 183.21 185.65 -
System Red Green Blue C M Y K H S L
Decimal 188 47 205 0.08 0.77 0 0.20 293.54 0.63 0.49
Hex BC 2F CD 8 4D 0 14 126 3F 31
Octal 274 57 315 10 115 0 24 446 77 61
Binary 10111100 101111 11001101 1000 1001101 0 10100 100100110 111111 110001

Color Harmonies of #BC2FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FCD

Black with #BC2FCD

Text Example


Text Example

White with #BC2FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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