Html Css Color HEX #B931EE Medium Orchid

📋 copy color: '#B931EE'

red 185 ◦ green 49 ◦ blue 238

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

Shades of Medium Orchid #B931EE

Tints of Medium Orchid #B931EE

RGB

 RED value IS 185 (72.66% from 255) = 39.19%

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

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

R = 39.19%
G = 10.38%
B = 50.42%

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

#B931EE (or 0xB931EE) is known color: Medium Orchid. HEX triplet: B9, 31 and EE. RGB value is (185,49,238). Sum of RGB (Red+Green+Blue) = 185+49+238=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #B931EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B931EE is #46CE11. Grayscale: #6E6E6E. Windows color (decimal): -4640274 or 15610297. OLE color: 15610297.

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

Color convert

RGB 185 49 238 -
CMYK 0.22 0.79 0 0.07
HSL 283.17º 0.85% 0.56% -
HSV(B) 283.17º 0.79% 0.93% -
XYZ 36.54 18.68 82.57 -
YUV 111.21 199.56 180.63 -
System Red Green Blue C M Y K H S L
Decimal 185 49 238 0.22 0.79 0 0.07 283.17 0.85 0.56
Hex B9 31 EE 16 4F 0 7 11B 55 38
Octal 271 61 356 26 117 0 7 433 125 70
Binary 10111001 110001 11101110 10110 1001111 0 111 100011011 1010101 111000

Color Harmonies of #B931EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B931EE

Black with #B931EE

Text Example


Text Example

White with #B931EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B931EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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