Html Css Color HEX #B337F5 Medium Orchid

📋 copy color: '#B337F5'

red 179 ◦ green 55 ◦ blue 245

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

Shades of Medium Orchid #B337F5

Tints of Medium Orchid #B337F5

RGB

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

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

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

R = 37.37%
G = 11.48%
B = 51.15%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B337F5 (or 0xB337F5) is known color: Medium Orchid. HEX triplet: B3, 37 and F5. RGB value is (179,55,245). Sum of RGB (Red+Green+Blue) = 179+55+245=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 55 (21.88% from 255 or 11.48% 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 #B337F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B337F5 is #4CC80A. Grayscale: #717171. Windows color (decimal): -5031947 or 16070579. OLE color: 16070579.

HSL color Cylindrical-coordinate representation of color #B337F5: hue angle of 279.16º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B337F5 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 55 245 -
CMYK 0.27 0.78 0 0.04
HSL 279.16º 0.9% 0.59% -
HSV(B) 279.16º 0.78% 0.96% -
XYZ 36.44 18.91 88.12 -
YUV 113.74 202.08 174.55 -
System Red Green Blue C M Y K H S L
Decimal 179 55 245 0.27 0.78 0 0.04 279.16 0.9 0.59
Hex B3 37 F5 1B 4E 0 4 117 5A 3B
Octal 263 67 365 33 116 0 4 427 132 73
Binary 10110011 110111 11110101 11011 1001110 0 100 100010111 1011010 111011

Color Harmonies of #B337F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B337F5

Black with #B337F5

Text Example


Text Example

White with #B337F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B337F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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