Html Css Color HEX #B841EC Medium Orchid

📋 copy color: '#B841EC'

red 184 ◦ green 65 ◦ blue 236

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

Shades of Medium Orchid #B841EC

Tints of Medium Orchid #B841EC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.4%

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

R = 37.94%
G = 13.4%
B = 48.66%

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

#B841EC (or 0xB841EC) is known color: Medium Orchid. HEX triplet: B8, 41 and EC. RGB value is (184,65,236). Sum of RGB (Red+Green+Blue) = 184+65+236=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #B841EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B841EC is #47BE13. Grayscale: #777777. Windows color (decimal): -4701716 or 15483320. OLE color: 15483320.

HSL color Cylindrical-coordinate representation of color #B841EC: hue angle of 281.75º 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 #B841EC is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 65 236 -
CMYK 0.22 0.72 0 0.07
HSL 281.75º 0.82% 0.59% -
HSV(B) 281.75º 0.72% 0.93% -
XYZ 36.8 20.03 81.28 -
YUV 120.08 193.42 173.6 -
System Red Green Blue C M Y K H S L
Decimal 184 65 236 0.22 0.72 0 0.07 281.75 0.82 0.59
Hex B8 41 EC 16 48 0 7 11A 52 3B
Octal 270 101 354 26 110 0 7 432 122 73
Binary 10111000 1000001 11101100 10110 1001000 0 111 100011010 1010010 111011

Color Harmonies of #B841EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B841EC

Black with #B841EC

Text Example


Text Example

White with #B841EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B841EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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