Html Css Color HEX #B850E0 Medium Orchid

📋 copy color: '#B850E0'

red 184 ◦ green 80 ◦ blue 224

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

Shades of Medium Orchid #B850E0

Tints of Medium Orchid #B850E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.9%

R = 37.7%
G = 16.39%
B = 45.9%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B850E0 (or 0xB850E0) is known color: Medium Orchid. HEX triplet: B8, 50 and E0. RGB value is (184,80,224). Sum of RGB (Red+Green+Blue) = 184+80+224=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #B850E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B850E0 is #47AF1F. Grayscale: #7F7F7F. Windows color (decimal): -4697888 or 14700728. OLE color: 14700728.

HSL color Cylindrical-coordinate representation of color #B850E0: hue angle of 283.33º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B850E0 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 80 224 -
CMYK 0.18 0.64 0 0.12
HSL 283.33º 0.7% 0.6% -
HSV(B) 283.33º 0.64% 0.88% -
XYZ 36.09 21.31 72.73 -
YUV 127.51 182.46 168.29 -
System Red Green Blue C M Y K H S L
Decimal 184 80 224 0.18 0.64 0 0.12 283.33 0.7 0.6
Hex B8 50 E0 12 40 0 C 11B 46 3C
Octal 270 120 340 22 100 0 14 433 106 74
Binary 10111000 1010000 11100000 10010 1000000 0 1100 100011011 1000110 111100

Color Harmonies of #B850E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B850E0

Black with #B850E0

Text Example


Text Example

White with #B850E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B850E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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