Html Css Color HEX #B840EC Medium Orchid

📋 copy color: '#B840EC'

red 184 ◦ green 64 ◦ blue 236

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

Shades of Medium Orchid #B840EC

Tints of Medium Orchid #B840EC

RGB

 RED value IS 184 (72.27% from 255) = 38.02%

 GREEN value IS 64 (25.39% from 255) = 13.22%

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 38.02%
G = 13.22%
B = 48.76%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B840EC (or 0xB840EC) is known color: Medium Orchid. HEX triplet: B8, 40 and EC. RGB value is (184,64,236). Sum of RGB (Red+Green+Blue) = 184+64+236=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 64 (25.39% from 255 or 13.22% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #B840EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B840EC is #47BF13. Grayscale: #767676. Windows color (decimal): -4701972 or 15483064. OLE color: 15483064.

HSL color Cylindrical-coordinate representation of color #B840EC: hue angle of 281.86º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B840EC is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 64 236 -
CMYK 0.22 0.73 0 0.07
HSL 281.86º 0.82% 0.59% -
HSV(B) 281.86º 0.73% 0.93% -
XYZ 36.74 19.91 81.26 -
YUV 119.49 193.76 174.01 -
System Red Green Blue C M Y K H S L
Decimal 184 64 236 0.22 0.73 0 0.07 281.86 0.82 0.59
Hex B8 40 EC 16 49 0 7 11A 52 3B
Octal 270 100 354 26 111 0 7 432 122 73
Binary 10111000 1000000 11101100 10110 1001001 0 111 100011010 1010010 111011

Color Harmonies of #B840EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B840EC

Black with #B840EC

Text Example


Text Example

White with #B840EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B840EC; }

 p { color: rgb(184,64,236); }

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

background-color css

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

 a { background-color: rgb(184,64,236); }

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

border-color css

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

 span { border-color: rgb(184,64,236); }

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