Html Css Color HEX #B931ED Medium Orchid

📋 copy color: '#B931ED'

red 185 ◦ green 49 ◦ blue 237

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

Shades of Medium Orchid #B931ED

Tints of Medium Orchid #B931ED

RGB

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

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

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

R = 39.28%
G = 10.4%
B = 50.32%

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

#B931ED (or 0xB931ED) is known color: Medium Orchid. HEX triplet: B9, 31 and ED. RGB value is (185,49,237). Sum of RGB (Red+Green+Blue) = 185+49+237=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #B931ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B931ED is #46CE12. Grayscale: #6E6E6E. Windows color (decimal): -4640275 or 15544761. OLE color: 15544761.

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

Color convert

RGB 185 49 237 -
CMYK 0.22 0.79 0 0.07
HSL 283.4º 0.84% 0.56% -
HSV(B) 283.4º 0.79% 0.93% -
XYZ 36.39 18.63 81.8 -
YUV 111.1 199.06 180.71 -
System Red Green Blue C M Y K H S L
Decimal 185 49 237 0.22 0.79 0 0.07 283.4 0.84 0.56
Hex B9 31 ED 16 4F 0 7 11B 54 38
Octal 271 61 355 26 117 0 7 433 124 70
Binary 10111001 110001 11101101 10110 1001111 0 111 100011011 1010100 111000

Color Harmonies of #B931ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B931ED

Black with #B931ED

Text Example


Text Example

White with #B931ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B931ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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