Html Css Color HEX #B340DF Medium Orchid

📋 copy color: '#B340DF'

red 179 ◦ green 64 ◦ blue 223

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

Shades of Medium Orchid #B340DF

Tints of Medium Orchid #B340DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.85%

R = 38.41%
G = 13.73%
B = 47.85%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B340DF (or 0xB340DF) is known color: Medium Orchid. HEX triplet: B3, 40 and DF. RGB value is (179,64,223). Sum of RGB (Red+Green+Blue) = 179+64+223=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #B340DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B340DF is #4CBF20. Grayscale: #737373. Windows color (decimal): -5029665 or 14631091. OLE color: 14631091.

HSL color Cylindrical-coordinate representation of color #B340DF: hue angle of 283.4º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B340DF is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 64 223 -
CMYK 0.20 0.71 0 0.13
HSL 283.4º 0.71% 0.56% -
HSV(B) 283.4º 0.71% 0.87% -
XYZ 33.74 18.58 71.62 -
YUV 116.51 188.1 172.57 -
System Red Green Blue C M Y K H S L
Decimal 179 64 223 0.20 0.71 0 0.13 283.4 0.71 0.56
Hex B3 40 DF 14 47 0 D 11B 47 38
Octal 263 100 337 24 107 0 15 433 107 70
Binary 10110011 1000000 11011111 10100 1000111 0 1101 100011011 1000111 111000

Color Harmonies of #B340DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B340DF

Black with #B340DF

Text Example


Text Example

White with #B340DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B340DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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