Html Css Color HEX #B831EF Medium Orchid

📋 copy color: '#B831EF'

red 184 ◦ green 49 ◦ blue 239

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

Shades of Medium Orchid #B831EF

Tints of Medium Orchid #B831EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 38.98%
G = 10.38%
B = 50.64%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B831EF (or 0xB831EF) is known color: Medium Orchid. HEX triplet: B8, 31 and EF. RGB value is (184,49,239). Sum of RGB (Red+Green+Blue) = 184+49+239=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #B831EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B831EF is #47CE10. Grayscale: #6E6E6E. Windows color (decimal): -4705809 or 15675832. OLE color: 15675832.

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

Color convert

RGB 184 49 239 -
CMYK 0.23 0.79 0 0.06
HSL 282.63º 0.86% 0.56% -
HSV(B) 282.63º 0.79% 0.94% -
XYZ 36.45 18.62 83.33 -
YUV 111.03 200.23 180.05 -
System Red Green Blue C M Y K H S L
Decimal 184 49 239 0.23 0.79 0 0.06 282.63 0.86 0.56
Hex B8 31 EF 17 4F 0 6 11B 56 38
Octal 270 61 357 27 117 0 6 433 126 70
Binary 10111000 110001 11101111 10111 1001111 0 110 100011011 1010110 111000

Color Harmonies of #B831EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B831EF

Black with #B831EF

Text Example


Text Example

White with #B831EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B831EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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