Html Css Color HEX #B339EC Medium Orchid

📋 copy color: '#B339EC'

red 179 ◦ green 57 ◦ blue 236

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

Shades of Medium Orchid #B339EC

Tints of Medium Orchid #B339EC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.08%

 BLUE value IS 236 (92.58% from 255) = 50%

R = 37.92%
G = 12.08%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B339EC (or 0xB339EC) is known color: Medium Orchid. HEX triplet: B3, 39 and EC. RGB value is (179,57,236). Sum of RGB (Red+Green+Blue) = 179+57+236=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #B339EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B339EC is #4CC613. Grayscale: #717171. Windows color (decimal): -5031444 or 15481267. OLE color: 15481267.

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

Color convert

RGB 179 57 236 -
CMYK 0.24 0.76 0 0.07
HSL 280.89º 0.82% 0.57% -
HSV(B) 280.89º 0.76% 0.93% -
XYZ 35.19 18.57 81.09 -
YUV 113.88 196.92 174.45 -
System Red Green Blue C M Y K H S L
Decimal 179 57 236 0.24 0.76 0 0.07 280.89 0.82 0.57
Hex B3 39 EC 18 4C 0 7 119 52 39
Octal 263 71 354 30 114 0 7 431 122 71
Binary 10110011 111001 11101100 11000 1001100 0 111 100011001 1010010 111001

Color Harmonies of #B339EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B339EC

Black with #B339EC

Text Example


Text Example

White with #B339EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B339EC; }

 p { color: rgb(179,57,236); }

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

background-color css

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

 a { background-color: rgb(179,57,236); }

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

border-color css

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

 span { border-color: rgb(179,57,236); }

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