Html Css Color HEX #B337F0 Medium Orchid

📋 copy color: '#B337F0'

red 179 ◦ green 55 ◦ blue 240

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

Shades of Medium Orchid #B337F0

Tints of Medium Orchid #B337F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.63%

R = 37.76%
G = 11.6%
B = 50.63%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B337F0 (or 0xB337F0) is known color: Medium Orchid. HEX triplet: B3, 37 and F0. RGB value is (179,55,240). Sum of RGB (Red+Green+Blue) = 179+55+240=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 55 (21.88% from 255 or 11.60% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #B337F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B337F0 is #4CC80F. Grayscale: #707070. Windows color (decimal): -5031952 or 15742899. OLE color: 15742899.

HSL color Cylindrical-coordinate representation of color #B337F0: hue angle of 280.22º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B337F0 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 55 240 -
CMYK 0.25 0.77 0 0.06
HSL 280.22º 0.86% 0.58% -
HSV(B) 280.22º 0.77% 0.94% -
XYZ 35.68 18.61 84.15 -
YUV 113.17 199.58 174.96 -
System Red Green Blue C M Y K H S L
Decimal 179 55 240 0.25 0.77 0 0.06 280.22 0.86 0.58
Hex B3 37 F0 19 4D 0 6 118 56 3A
Octal 263 67 360 31 115 0 6 430 126 72
Binary 10110011 110111 11110000 11001 1001101 0 110 100011000 1010110 111010

Color Harmonies of #B337F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B337F0

Black with #B337F0

Text Example


Text Example

White with #B337F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B337F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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