Html Css Color HEX #BC2FDE Medium Orchid

📋 copy color: '#BC2FDE'

red 188 ◦ green 47 ◦ blue 222

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

Shades of Medium Orchid #BC2FDE

Tints of Medium Orchid #BC2FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.58%

R = 41.14%
G = 10.28%
B = 48.58%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC2FDE (or 0xBC2FDE) is known color: Medium Orchid. HEX triplet: BC, 2F and DE. RGB value is (188,47,222). Sum of RGB (Red+Green+Blue) = 188+47+222=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 47 (18.75% from 255 or 10.28% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC2FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FDE is #43D021. Grayscale: #6C6C6C. Windows color (decimal): -4444194 or 14561212. OLE color: 14561212.

HSL color Cylindrical-coordinate representation of color #BC2FDE: hue angle of 288.34º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2FDE is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 47 222 -
CMYK 0.15 0.79 0 0.13
HSL 288.34º 0.73% 0.53% -
HSV(B) 288.34º 0.79% 0.87% -
XYZ 34.94 18 70.74 -
YUV 109.11 191.71 184.27 -
System Red Green Blue C M Y K H S L
Decimal 188 47 222 0.15 0.79 0 0.13 288.34 0.73 0.53
Hex BC 2F DE F 4F 0 D 120 49 35
Octal 274 57 336 17 117 0 15 440 111 65
Binary 10111100 101111 11011110 1111 1001111 0 1101 100100000 1001001 110101

Color Harmonies of #BC2FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FDE

Black with #BC2FDE

Text Example


Text Example

White with #BC2FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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