Html Css Color HEX #B339DB Medium Orchid

📋 copy color: '#B339DB'

red 179 ◦ green 57 ◦ blue 219

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

Shades of Medium Orchid #B339DB

Tints of Medium Orchid #B339DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 39.34%
G = 12.53%
B = 48.13%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B339DB (or 0xB339DB) is known color: Medium Orchid. HEX triplet: B3, 39 and DB. RGB value is (179,57,219). Sum of RGB (Red+Green+Blue) = 179+57+219=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 57 (22.66% from 255 or 12.53% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #B339DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B339DB is #4CC624. Grayscale: #6F6F6F. Windows color (decimal): -5031461 or 14367155. OLE color: 14367155.

HSL color Cylindrical-coordinate representation of color #B339DB: hue angle of 285.19º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B339DB is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 57 219 -
CMYK 0.18 0.74 0 0.14
HSL 285.19º 0.69% 0.54% -
HSV(B) 285.19º 0.74% 0.86% -
XYZ 32.84 17.62 68.69 -
YUV 111.95 188.42 175.83 -
System Red Green Blue C M Y K H S L
Decimal 179 57 219 0.18 0.74 0 0.14 285.19 0.69 0.54
Hex B3 39 DB 12 4A 0 E 11D 45 36
Octal 263 71 333 22 112 0 16 435 105 66
Binary 10110011 111001 11011011 10010 1001010 0 1110 100011101 1000101 110110

Color Harmonies of #B339DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B339DB

Black with #B339DB

Text Example


Text Example

White with #B339DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B339DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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