Html Css Color HEX #B850EC Medium Orchid

📋 copy color: '#B850EC'

red 184 ◦ green 80 ◦ blue 236

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

Shades of Medium Orchid #B850EC

Tints of Medium Orchid #B850EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16%

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

R = 36.8%
G = 16%
B = 47.2%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B850EC (or 0xB850EC) is known color: Medium Orchid. HEX triplet: B8, 50 and EC. RGB value is (184,80,236). Sum of RGB (Red+Green+Blue) = 184+80+236=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #B850EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B850EC is #47AF13. Grayscale: #808080. Windows color (decimal): -4697876 or 15487160. OLE color: 15487160.

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

Color convert

RGB 184 80 236 -
CMYK 0.22 0.66 0 0.07
HSL 280º 0.8% 0.62% -
HSV(B) 280º 0.66% 0.93% -
XYZ 37.78 21.98 81.61 -
YUV 128.88 188.46 167.32 -
System Red Green Blue C M Y K H S L
Decimal 184 80 236 0.22 0.66 0 0.07 280 0.8 0.62
Hex B8 50 EC 16 42 0 7 118 50 3E
Octal 270 120 354 26 102 0 7 430 120 76
Binary 10111000 1010000 11101100 10110 1000010 0 111 100011000 1010000 111110

Color Harmonies of #B850EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B850EC

Black with #B850EC

Text Example


Text Example

White with #B850EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B850EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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