Html Css Color HEX #BC2FE1 Medium Orchid

📋 copy color: '#BC2FE1'

red 188 ◦ green 47 ◦ blue 225

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

Shades of Medium Orchid #BC2FE1

Tints of Medium Orchid #BC2FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.91%

R = 40.87%
G = 10.22%
B = 48.91%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC2FE1 (or 0xBC2FE1) is known color: Medium Orchid. HEX triplet: BC, 2F and E1. RGB value is (188,47,225). Sum of RGB (Red+Green+Blue) = 188+47+225=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 47 (18.75% from 255 or 10.22% from 460); Blue value is 225 (88.28% from 255 or 48.91% from 460); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC2FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FE1 is #43D01E. Grayscale: #6C6C6C. Windows color (decimal): -4444191 or 14757820. OLE color: 14757820.

HSL color Cylindrical-coordinate representation of color #BC2FE1: hue angle of 287.53º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2FE1 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 47 225 -
CMYK 0.16 0.79 0 0.12
HSL 287.53º 0.75% 0.53% -
HSV(B) 287.53º 0.79% 0.88% -
XYZ 35.35 18.16 72.88 -
YUV 109.45 193.21 184.03 -
System Red Green Blue C M Y K H S L
Decimal 188 47 225 0.16 0.79 0 0.12 287.53 0.75 0.53
Hex BC 2F E1 10 4F 0 C 120 4B 35
Octal 274 57 341 20 117 0 14 440 113 65
Binary 10111100 101111 11100001 10000 1001111 0 1100 100100000 1001011 110101

Color Harmonies of #BC2FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FE1

Black with #BC2FE1

Text Example


Text Example

White with #BC2FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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