Html Css Color HEX #B340DC Medium Orchid

📋 copy color: '#B340DC'

red 179 ◦ green 64 ◦ blue 220

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

Shades of Medium Orchid #B340DC

Tints of Medium Orchid #B340DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 38.66%
G = 13.82%
B = 47.52%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B340DC (or 0xB340DC) is known color: Medium Orchid. HEX triplet: B3, 40 and DC. RGB value is (179,64,220). Sum of RGB (Red+Green+Blue) = 179+64+220=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #B340DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B340DC is #4CBF23. Grayscale: #737373. Windows color (decimal): -5029668 or 14434483. OLE color: 14434483.

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

Color convert

RGB 179 64 220 -
CMYK 0.19 0.71 0 0.14
HSL 284.23º 0.69% 0.56% -
HSV(B) 284.23º 0.71% 0.86% -
XYZ 33.34 18.42 69.51 -
YUV 116.17 186.6 172.82 -
System Red Green Blue C M Y K H S L
Decimal 179 64 220 0.19 0.71 0 0.14 284.23 0.69 0.56
Hex B3 40 DC 13 47 0 E 11C 45 38
Octal 263 100 334 23 107 0 16 434 105 70
Binary 10110011 1000000 11011100 10011 1000111 0 1110 100011100 1000101 111000

Color Harmonies of #B340DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B340DC

Black with #B340DC

Text Example


Text Example

White with #B340DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B340DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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