Html Css Color HEX #B840E9 Medium Orchid

📋 copy color: '#B840E9'

red 184 ◦ green 64 ◦ blue 233

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

Shades of Medium Orchid #B840E9

Tints of Medium Orchid #B840E9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.31%

 BLUE value IS 233 (91.41% from 255) = 48.44%

R = 38.25%
G = 13.31%
B = 48.44%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B840E9 (or 0xB840E9) is known color: Medium Orchid. HEX triplet: B8, 40 and E9. RGB value is (184,64,233). Sum of RGB (Red+Green+Blue) = 184+64+233=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #B840E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B840E9 is #47BF16. Grayscale: #767676. Windows color (decimal): -4701975 or 15286456. OLE color: 15286456.

HSL color Cylindrical-coordinate representation of color #B840E9: hue angle of 282.6º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B840E9 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 64 233 -
CMYK 0.21 0.73 0 0.09
HSL 282.6º 0.79% 0.58% -
HSV(B) 282.6º 0.73% 0.91% -
XYZ 36.31 19.74 78.99 -
YUV 119.15 192.26 174.26 -
System Red Green Blue C M Y K H S L
Decimal 184 64 233 0.21 0.73 0 0.09 282.6 0.79 0.58
Hex B8 40 E9 15 49 0 9 11B 4F 3A
Octal 270 100 351 25 111 0 11 433 117 72
Binary 10111000 1000000 11101001 10101 1001001 0 1001 100011011 1001111 111010

Color Harmonies of #B840E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B840E9

Black with #B840E9

Text Example


Text Example

White with #B840E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B840E9; }

 p { color: rgb(184,64,233); }

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

background-color css

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

 a { background-color: rgb(184,64,233); }

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

border-color css

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

 span { border-color: rgb(184,64,233); }

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