Html Css Color HEX #BC31EA Medium Orchid

📋 copy color: '#BC31EA'

red 188 ◦ green 49 ◦ blue 234

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

Shades of Medium Orchid #BC31EA

Tints of Medium Orchid #BC31EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.68%

R = 39.92%
G = 10.4%
B = 49.68%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC31EA (or 0xBC31EA) is known color: Medium Orchid. HEX triplet: BC, 31 and EA. RGB value is (188,49,234). Sum of RGB (Red+Green+Blue) = 188+49+234=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC31EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC31EA is #43CE15. Grayscale: #6F6F6F. Windows color (decimal): -4443670 or 15348156. OLE color: 15348156.

HSL color Cylindrical-coordinate representation of color #BC31EA: hue angle of 285.08º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC31EA is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 49 234 -
CMYK 0.20 0.79 0 0.08
HSL 285.08º 0.81% 0.55% -
HSV(B) 285.08º 0.79% 0.92% -
XYZ 36.69 18.83 79.54 -
YUV 111.65 197.05 182.46 -
System Red Green Blue C M Y K H S L
Decimal 188 49 234 0.20 0.79 0 0.08 285.08 0.81 0.55
Hex BC 31 EA 14 4F 0 8 11D 51 37
Octal 274 61 352 24 117 0 10 435 121 67
Binary 10111100 110001 11101010 10100 1001111 0 1000 100011101 1010001 110111

Color Harmonies of #BC31EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC31EA

Black with #BC31EA

Text Example


Text Example

White with #BC31EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC31EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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