Html Css Color HEX #B337F1 Medium Orchid

📋 copy color: '#B337F1'

red 179 ◦ green 55 ◦ blue 241

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

Shades of Medium Orchid #B337F1

Tints of Medium Orchid #B337F1

RGB

 RED value IS 179 (70.31% from 255) = 37.68%

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

 BLUE value IS 241 (94.53% from 255) = 50.74%

R = 37.68%
G = 11.58%
B = 50.74%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B337F1 (or 0xB337F1) is known color: Medium Orchid. HEX triplet: B3, 37 and F1. RGB value is (179,55,241). Sum of RGB (Red+Green+Blue) = 179+55+241=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 55 (21.88% from 255 or 11.58% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #B337F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B337F1 is #4CC80E. Grayscale: #707070. Windows color (decimal): -5031951 or 15808435. OLE color: 15808435.

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

Color convert

RGB 179 55 241 -
CMYK 0.26 0.77 0 0.05
HSL 280º 0.87% 0.58% -
HSV(B) 280º 0.77% 0.95% -
XYZ 35.83 18.67 84.93 -
YUV 113.28 200.08 174.88 -
System Red Green Blue C M Y K H S L
Decimal 179 55 241 0.26 0.77 0 0.05 280 0.87 0.58
Hex B3 37 F1 1A 4D 0 5 118 57 3A
Octal 263 67 361 32 115 0 5 430 127 72
Binary 10110011 110111 11110001 11010 1001101 0 101 100011000 1010111 111010

Color Harmonies of #B337F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B337F1

Black with #B337F1

Text Example


Text Example

White with #B337F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B337F1; }

 p { color: rgb(179,55,241); }

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

background-color css

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

 a { background-color: rgb(179,55,241); }

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

border-color css

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

 span { border-color: rgb(179,55,241); }

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