Html Css Color HEX #B831ED Medium Orchid

📋 copy color: '#B831ED'

red 184 ◦ green 49 ◦ blue 237

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

Shades of Medium Orchid #B831ED

Tints of Medium Orchid #B831ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.43%

R = 39.15%
G = 10.43%
B = 50.43%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B831ED (or 0xB831ED) is known color: Medium Orchid. HEX triplet: B8, 31 and ED. RGB value is (184,49,237). Sum of RGB (Red+Green+Blue) = 184+49+237=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #B831ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B831ED is #47CE12. Grayscale: #6E6E6E. Windows color (decimal): -4705811 or 15544760. OLE color: 15544760.

HSL color Cylindrical-coordinate representation of color #B831ED: hue angle of 283.09º degrees, saturation: 0.84, 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 #B831ED is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 49 237 -
CMYK 0.22 0.79 0 0.07
HSL 283.09º 0.84% 0.56% -
HSV(B) 283.09º 0.79% 0.93% -
XYZ 36.15 18.5 81.79 -
YUV 110.8 199.23 180.21 -
System Red Green Blue C M Y K H S L
Decimal 184 49 237 0.22 0.79 0 0.07 283.09 0.84 0.56
Hex B8 31 ED 16 4F 0 7 11B 54 38
Octal 270 61 355 26 117 0 7 433 124 70
Binary 10111000 110001 11101101 10110 1001111 0 111 100011011 1010100 111000

Color Harmonies of #B831ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B831ED

Black with #B831ED

Text Example


Text Example

White with #B831ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B831ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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