Html Css Color HEX #B842EC Medium Orchid

📋 copy color: '#B842EC'

red 184 ◦ green 66 ◦ blue 236

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

Shades of Medium Orchid #B842EC

Tints of Medium Orchid #B842EC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.58%

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

R = 37.86%
G = 13.58%
B = 48.56%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B842EC (or 0xB842EC) is known color: Medium Orchid. HEX triplet: B8, 42 and EC. RGB value is (184,66,236). Sum of RGB (Red+Green+Blue) = 184+66+236=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 66 (26.17% from 255 or 13.58% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #B842EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B842EC is #47BD13. Grayscale: #787878. Windows color (decimal): -4701460 or 15483576. OLE color: 15483576.

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

Color convert

RGB 184 66 236 -
CMYK 0.22 0.72 0 0.07
HSL 281.65º 0.82% 0.59% -
HSV(B) 281.65º 0.72% 0.93% -
XYZ 36.86 20.14 81.3 -
YUV 120.66 193.09 173.18 -
System Red Green Blue C M Y K H S L
Decimal 184 66 236 0.22 0.72 0 0.07 281.65 0.82 0.59
Hex B8 42 EC 16 48 0 7 11A 52 3B
Octal 270 102 354 26 110 0 7 432 122 73
Binary 10111000 1000010 11101100 10110 1001000 0 111 100011010 1010010 111011

Color Harmonies of #B842EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B842EC

Black with #B842EC

Text Example


Text Example

White with #B842EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B842EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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