Html Css Color HEX #B340D1 Medium Orchid

📋 copy color: '#B340D1'

red 179 ◦ green 64 ◦ blue 209

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

Shades of Medium Orchid #B340D1

Tints of Medium Orchid #B340D1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.16%

 BLUE value IS 209 (82.03% from 255) = 46.24%

R = 39.6%
G = 14.16%
B = 46.24%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B340D1 (or 0xB340D1) is known color: Medium Orchid. HEX triplet: B3, 40 and D1. RGB value is (179,64,209). Sum of RGB (Red+Green+Blue) = 179+64+209=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 209 - color contains mainly: blue. Hex color #B340D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B340D1 is #4CBF2E. Grayscale: #727272. Windows color (decimal): -5029679 or 13713587. OLE color: 13713587.

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

Color convert

RGB 179 64 209 -
CMYK 0.14 0.69 0 0.18
HSL 287.59º 0.61% 0.54% -
HSV(B) 287.59º 0.69% 0.82% -
XYZ 31.93 17.85 62.08 -
YUV 114.92 181.1 173.71 -
System Red Green Blue C M Y K H S L
Decimal 179 64 209 0.14 0.69 0 0.18 287.59 0.61 0.54
Hex B3 40 D1 E 45 0 12 120 3D 36
Octal 263 100 321 16 105 0 22 440 75 66
Binary 10110011 1000000 11010001 1110 1000101 0 10010 100100000 111101 110110

Color Harmonies of #B340D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B340D1

Black with #B340D1

Text Example


Text Example

White with #B340D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B340D1; }

 p { color: rgb(179,64,209); }

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

background-color css

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

 a { background-color: rgb(179,64,209); }

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

border-color css

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

 span { border-color: rgb(179,64,209); }

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