Html Css Color HEX #B339D5 Medium Orchid

📋 copy color: '#B339D5'

red 179 ◦ green 57 ◦ blue 213

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

Shades of Medium Orchid #B339D5

Tints of Medium Orchid #B339D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.44%

R = 39.87%
G = 12.69%
B = 47.44%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B339D5 (or 0xB339D5) is known color: Medium Orchid. HEX triplet: B3, 39 and D5. RGB value is (179,57,213). Sum of RGB (Red+Green+Blue) = 179+57+213=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 57 (22.66% from 255 or 12.69% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #B339D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B339D5 is #4CC62A. Grayscale: #6E6E6E. Windows color (decimal): -5031467 or 13973939. OLE color: 13973939.

HSL color Cylindrical-coordinate representation of color #B339D5: hue angle of 286.92º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B339D5 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 57 213 -
CMYK 0.16 0.73 0 0.16
HSL 286.92º 0.65% 0.53% -
HSV(B) 286.92º 0.73% 0.84% -
XYZ 32.06 17.31 64.6 -
YUV 111.26 185.42 176.32 -
System Red Green Blue C M Y K H S L
Decimal 179 57 213 0.16 0.73 0 0.16 286.92 0.65 0.53
Hex B3 39 D5 10 49 0 10 11F 41 35
Octal 263 71 325 20 111 0 20 437 101 65
Binary 10110011 111001 11010101 10000 1001001 0 10000 100011111 1000001 110101

Color Harmonies of #B339D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B339D5

Black with #B339D5

Text Example


Text Example

White with #B339D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B339D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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