Html Css Color HEX #B844EC Medium Orchid

📋 copy color: '#B844EC'

red 184 ◦ green 68 ◦ blue 236

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

Shades of Medium Orchid #B844EC

Tints of Medium Orchid #B844EC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.93%

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

R = 37.7%
G = 13.93%
B = 48.36%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B844EC (or 0xB844EC) is known color: Medium Orchid. HEX triplet: B8, 44 and EC. RGB value is (184,68,236). Sum of RGB (Red+Green+Blue) = 184+68+236=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 68 (26.95% from 255 or 13.93% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #B844EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B844EC is #47BB13. Grayscale: #797979. Windows color (decimal): -4700948 or 15484088. OLE color: 15484088.

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

Color convert

RGB 184 68 236 -
CMYK 0.22 0.71 0 0.07
HSL 281.43º 0.82% 0.6% -
HSV(B) 281.43º 0.71% 0.93% -
XYZ 36.97 20.38 81.34 -
YUV 121.84 192.43 172.34 -
System Red Green Blue C M Y K H S L
Decimal 184 68 236 0.22 0.71 0 0.07 281.43 0.82 0.6
Hex B8 44 EC 16 47 0 7 119 52 3C
Octal 270 104 354 26 107 0 7 431 122 74
Binary 10111000 1000100 11101100 10110 1000111 0 111 100011001 1010010 111100

Color Harmonies of #B844EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B844EC

Black with #B844EC

Text Example


Text Example

White with #B844EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B844EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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