Html Css Color HEX #B337E6 Medium Orchid

📋 copy color: '#B337E6'

red 179 ◦ green 55 ◦ blue 230

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

Shades of Medium Orchid #B337E6

Tints of Medium Orchid #B337E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.57%

R = 38.58%
G = 11.85%
B = 49.57%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B337E6 (or 0xB337E6) is known color: Medium Orchid. HEX triplet: B3, 37 and E6. RGB value is (179,55,230). Sum of RGB (Red+Green+Blue) = 179+55+230=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 230 (90.23% from 255 or 49.57% from 464); Max value from RGB is 230 - color contains mainly: blue. Hex color #B337E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B337E6 is #4CC819. Grayscale: #6F6F6F. Windows color (decimal): -5031962 or 15087539. OLE color: 15087539.

HSL color Cylindrical-coordinate representation of color #B337E6: hue angle of 282.51º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B337E6 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 55 230 -
CMYK 0.22 0.76 0 0.10
HSL 282.51º 0.78% 0.56% -
HSV(B) 282.51º 0.76% 0.9% -
XYZ 34.24 18.03 76.54 -
YUV 112.03 194.58 175.77 -
System Red Green Blue C M Y K H S L
Decimal 179 55 230 0.22 0.76 0 0.10 282.51 0.78 0.56
Hex B3 37 E6 16 4C 0 A 11B 4E 38
Octal 263 67 346 26 114 0 12 433 116 70
Binary 10110011 110111 11100110 10110 1001100 0 1010 100011011 1001110 111000

Color Harmonies of #B337E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B337E6

Black with #B337E6

Text Example


Text Example

White with #B337E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B337E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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