Html Css Color HEX #B339D8 Medium Orchid

📋 copy color: '#B339D8'

red 179 ◦ green 57 ◦ blue 216

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

Shades of Medium Orchid #B339D8

Tints of Medium Orchid #B339D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.79%

R = 39.6%
G = 12.61%
B = 47.79%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B339D8 (or 0xB339D8) is known color: Medium Orchid. HEX triplet: B3, 39 and D8. RGB value is (179,57,216). Sum of RGB (Red+Green+Blue) = 179+57+216=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #B339D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B339D8 is #4CC627. Grayscale: #6F6F6F. Windows color (decimal): -5031464 or 14170547. OLE color: 14170547.

HSL color Cylindrical-coordinate representation of color #B339D8: hue angle of 286.04º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B339D8 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 57 216 -
CMYK 0.17 0.74 0 0.15
HSL 286.04º 0.67% 0.54% -
HSV(B) 286.04º 0.74% 0.85% -
XYZ 32.45 17.47 66.63 -
YUV 111.6 186.92 176.07 -
System Red Green Blue C M Y K H S L
Decimal 179 57 216 0.17 0.74 0 0.15 286.04 0.67 0.54
Hex B3 39 D8 11 4A 0 F 11E 43 36
Octal 263 71 330 21 112 0 17 436 103 66
Binary 10110011 111001 11011000 10001 1001010 0 1111 100011110 1000011 110110

Color Harmonies of #B339D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B339D8

Black with #B339D8

Text Example


Text Example

White with #B339D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B339D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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