Html Css Color HEX #BC31EE Medium Orchid

📋 copy color: '#BC31EE'

red 188 ◦ green 49 ◦ blue 238

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

Shades of Medium Orchid #BC31EE

Tints of Medium Orchid #BC31EE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.32%

 BLUE value IS 238 (93.36% from 255) = 50.11%

R = 39.58%
G = 10.32%
B = 50.11%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC31EE (or 0xBC31EE) is known color: Medium Orchid. HEX triplet: BC, 31 and EE. RGB value is (188,49,238). Sum of RGB (Red+Green+Blue) = 188+49+238=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 49 (19.53% from 255 or 10.32% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC31EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC31EE is #43CE11. Grayscale: #6F6F6F. Windows color (decimal): -4443666 or 15610300. OLE color: 15610300.

HSL color Cylindrical-coordinate representation of color #BC31EE: hue angle of 284.13º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC31EE is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 49 238 -
CMYK 0.21 0.79 0 0.07
HSL 284.13º 0.85% 0.56% -
HSV(B) 284.13º 0.79% 0.93% -
XYZ 37.27 19.06 82.6 -
YUV 112.11 199.05 182.13 -
System Red Green Blue C M Y K H S L
Decimal 188 49 238 0.21 0.79 0 0.07 284.13 0.85 0.56
Hex BC 31 EE 15 4F 0 7 11C 55 38
Octal 274 61 356 25 117 0 7 434 125 70
Binary 10111100 110001 11101110 10101 1001111 0 111 100011100 1010101 111000

Color Harmonies of #BC31EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC31EE

Black with #BC31EE

Text Example


Text Example

White with #BC31EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC31EE; }

 p { color: rgb(188,49,238); }

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

background-color css

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

 a { background-color: rgb(188,49,238); }

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

border-color css

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

 span { border-color: rgb(188,49,238); }

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