Html Css Color HEX #B931F5 Medium Orchid

📋 copy color: '#B931F5'

red 185 ◦ green 49 ◦ blue 245

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

Shades of Medium Orchid #B931F5

Tints of Medium Orchid #B931F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 51.15%

R = 38.62%
G = 10.23%
B = 51.15%

CMYK

 C value IS 0.24

 M value IS 0.8

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B931F5 (or 0xB931F5) is known color: Medium Orchid. HEX triplet: B9, 31 and F5. RGB value is (185,49,245). Sum of RGB (Red+Green+Blue) = 185+49+245=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 49 (19.53% from 255 or 10.23% from 479); Blue value is 245 (96.09% from 255 or 51.15% from 479); Max value from RGB is 245 - color contains mainly: blue. Hex color #B931F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B931F5 is #46CE0A. Grayscale: #6F6F6F. Windows color (decimal): -4640267 or 16069049. OLE color: 16069049.

HSL color Cylindrical-coordinate representation of color #B931F5: hue angle of 281.63º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B931F5 is Cyan = 0.24, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 49 245 -
CMYK 0.24 0.8 0 0.04
HSL 281.63º 0.91% 0.58% -
HSV(B) 281.63º 0.8% 0.96% -
XYZ 37.59 19.1 88.09 -
YUV 112.01 203.06 180.06 -
System Red Green Blue C M Y K H S L
Decimal 185 49 245 0.24 0.8 0 0.04 281.63 0.91 0.58
Hex B9 31 F5 18 50 0 4 11A 5B 3A
Octal 271 61 365 30 120 0 4 432 133 72
Binary 10111001 110001 11110101 11000 1010000 0 100 100011010 1011011 111010

Color Harmonies of #B931F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B931F5

Black with #B931F5

Text Example


Text Example

White with #B931F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B931F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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