Html Css Color HEX #B937FA Medium Orchid

📋 copy color: '#B937FA'

red 185 ◦ green 55 ◦ blue 250

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

Shades of Medium Orchid #B937FA

Tints of Medium Orchid #B937FA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.22%

 BLUE value IS 250 (98.05% from 255) = 51.02%

R = 37.76%
G = 11.22%
B = 51.02%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B937FA (or 0xB937FA) is known color: Medium Orchid. HEX triplet: B9, 37 and FA. RGB value is (185,55,250). Sum of RGB (Red+Green+Blue) = 185+55+250=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 55 (21.88% from 255 or 11.22% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #B937FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B937FA is #46C805. Grayscale: #737373. Windows color (decimal): -4638726 or 16398265. OLE color: 16398265.

HSL color Cylindrical-coordinate representation of color #B937FA: hue angle of 280º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B937FA is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 55 250 -
CMYK 0.26 0.78 0 0.02
HSL 280º 0.95% 0.6% -
HSV(B) 280º 0.78% 0.98% -
XYZ 38.63 19.95 92.26 -
YUV 116.1 203.57 177.14 -
System Red Green Blue C M Y K H S L
Decimal 185 55 250 0.26 0.78 0 0.02 280 0.95 0.6
Hex B9 37 FA 1A 4E 0 2 118 5F 3C
Octal 271 67 372 32 116 0 2 430 137 74
Binary 10111001 110111 11111010 11010 1001110 0 10 100011000 1011111 111100

Color Harmonies of #B937FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B937FA

Black with #B937FA

Text Example


Text Example

White with #B937FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B937FA; }

 p { color: rgb(185,55,250); }

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

background-color css

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

 a { background-color: rgb(185,55,250); }

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

border-color css

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

 span { border-color: rgb(185,55,250); }

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