Html Css Color HEX #B339DF Medium Orchid

📋 copy color: '#B339DF'

red 179 ◦ green 57 ◦ blue 223

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

Shades of Medium Orchid #B339DF

Tints of Medium Orchid #B339DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 39%
G = 12.42%
B = 48.58%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B339DF (or 0xB339DF) is known color: Medium Orchid. HEX triplet: B3, 39 and DF. RGB value is (179,57,223). Sum of RGB (Red+Green+Blue) = 179+57+223=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #B339DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B339DF is #4CC620. Grayscale: #6F6F6F. Windows color (decimal): -5031457 or 14629299. OLE color: 14629299.

HSL color Cylindrical-coordinate representation of color #B339DF: hue angle of 284.1º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B339DF is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 57 223 -
CMYK 0.20 0.74 0 0.13
HSL 284.1º 0.72% 0.55% -
HSV(B) 284.1º 0.74% 0.87% -
XYZ 33.37 17.84 71.5 -
YUV 112.4 190.42 175.5 -
System Red Green Blue C M Y K H S L
Decimal 179 57 223 0.20 0.74 0 0.13 284.1 0.72 0.55
Hex B3 39 DF 14 4A 0 D 11C 48 37
Octal 263 71 337 24 112 0 15 434 110 67
Binary 10110011 111001 11011111 10100 1001010 0 1101 100011100 1001000 110111

Color Harmonies of #B339DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B339DF

Black with #B339DF

Text Example


Text Example

White with #B339DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B339DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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