Html Css Color HEX #B339F0 Medium Orchid

📋 copy color: '#B339F0'

red 179 ◦ green 57 ◦ blue 240

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

Shades of Medium Orchid #B339F0

Tints of Medium Orchid #B339F0

RGB

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

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

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

R = 37.61%
G = 11.97%
B = 50.42%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B339F0 (or 0xB339F0) is known color: Medium Orchid. HEX triplet: B3, 39 and F0. RGB value is (179,57,240). Sum of RGB (Red+Green+Blue) = 179+57+240=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 57 (22.66% from 255 or 11.97% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #B339F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B339F0 is #4CC60F. Grayscale: #717171. Windows color (decimal): -5031440 or 15743411. OLE color: 15743411.

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

Color convert

RGB 179 57 240 -
CMYK 0.25 0.76 0 0.06
HSL 280º 0.86% 0.58% -
HSV(B) 280º 0.76% 0.94% -
XYZ 35.78 18.8 84.18 -
YUV 114.34 198.92 174.12 -
System Red Green Blue C M Y K H S L
Decimal 179 57 240 0.25 0.76 0 0.06 280 0.86 0.58
Hex B3 39 F0 19 4C 0 6 118 56 3A
Octal 263 71 360 31 114 0 6 430 126 72
Binary 10110011 111001 11110000 11001 1001100 0 110 100011000 1010110 111010

Color Harmonies of #B339F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B339F0

Black with #B339F0

Text Example


Text Example

White with #B339F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B339F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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