Html Css Color HEX #B831EE Medium Orchid

📋 copy color: '#B831EE'

red 184 ◦ green 49 ◦ blue 238

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

Shades of Medium Orchid #B831EE

Tints of Medium Orchid #B831EE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.4%

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

R = 39.07%
G = 10.4%
B = 50.53%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B831EE (or 0xB831EE) is known color: Medium Orchid. HEX triplet: B8, 31 and EE. RGB value is (184,49,238). Sum of RGB (Red+Green+Blue) = 184+49+238=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #B831EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B831EE is #47CE11. Grayscale: #6E6E6E. Windows color (decimal): -4705810 or 15610296. OLE color: 15610296.

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

Color convert

RGB 184 49 238 -
CMYK 0.23 0.79 0 0.07
HSL 282.86º 0.85% 0.56% -
HSV(B) 282.86º 0.79% 0.93% -
XYZ 36.3 18.56 82.56 -
YUV 110.91 199.73 180.13 -
System Red Green Blue C M Y K H S L
Decimal 184 49 238 0.23 0.79 0 0.07 282.86 0.85 0.56
Hex B8 31 EE 17 4F 0 7 11B 55 38
Octal 270 61 356 27 117 0 7 433 125 70
Binary 10111000 110001 11101110 10111 1001111 0 111 100011011 1010101 111000

Color Harmonies of #B831EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B831EE

Black with #B831EE

Text Example


Text Example

White with #B831EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B831EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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