Html Css Color HEX #B840EE Medium Orchid

📋 copy color: '#B840EE'

red 184 ◦ green 64 ◦ blue 238

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

Shades of Medium Orchid #B840EE

Tints of Medium Orchid #B840EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 37.86%
G = 13.17%
B = 48.97%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B840EE (or 0xB840EE) is known color: Medium Orchid. HEX triplet: B8, 40 and EE. RGB value is (184,64,238). Sum of RGB (Red+Green+Blue) = 184+64+238=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #B840EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B840EE is #47BF11. Grayscale: #777777. Windows color (decimal): -4701970 or 15614136. OLE color: 15614136.

HSL color Cylindrical-coordinate representation of color #B840EE: hue angle of 281.38º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B840EE is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 64 238 -
CMYK 0.23 0.73 0 0.07
HSL 281.38º 0.84% 0.59% -
HSV(B) 281.38º 0.73% 0.93% -
XYZ 37.03 20.03 82.8 -
YUV 119.72 194.76 173.85 -
System Red Green Blue C M Y K H S L
Decimal 184 64 238 0.23 0.73 0 0.07 281.38 0.84 0.59
Hex B8 40 EE 17 49 0 7 119 54 3B
Octal 270 100 356 27 111 0 7 431 124 73
Binary 10111000 1000000 11101110 10111 1001001 0 111 100011001 1010100 111011

Color Harmonies of #B840EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B840EE

Black with #B840EE

Text Example


Text Example

White with #B840EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B840EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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