Html Css Color HEX #B337EA Medium Orchid

📋 copy color: '#B337EA'

red 179 ◦ green 55 ◦ blue 234

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

Shades of Medium Orchid #B337EA

Tints of Medium Orchid #B337EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50%

R = 38.25%
G = 11.75%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B337EA (or 0xB337EA) is known color: Medium Orchid. HEX triplet: B3, 37 and EA. RGB value is (179,55,234). Sum of RGB (Red+Green+Blue) = 179+55+234=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #B337EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B337EA is #4CC815. Grayscale: #6F6F6F. Windows color (decimal): -5031958 or 15349683. OLE color: 15349683.

HSL color Cylindrical-coordinate representation of color #B337EA: hue angle of 281.56º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B337EA is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 55 234 -
CMYK 0.24 0.76 0 0.08
HSL 281.56º 0.81% 0.57% -
HSV(B) 281.56º 0.76% 0.92% -
XYZ 34.81 18.26 79.53 -
YUV 112.48 196.58 175.45 -
System Red Green Blue C M Y K H S L
Decimal 179 55 234 0.24 0.76 0 0.08 281.56 0.81 0.57
Hex B3 37 EA 18 4C 0 8 11A 51 39
Octal 263 67 352 30 114 0 10 432 121 71
Binary 10110011 110111 11101010 11000 1001100 0 1000 100011010 1010001 111001

Color Harmonies of #B337EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B337EA

Black with #B337EA

Text Example


Text Example

White with #B337EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B337EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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