Html Css Color HEX #B342DF Medium Orchid

📋 copy color: '#B342DF'

red 179 ◦ green 66 ◦ blue 223

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

Shades of Medium Orchid #B342DF

Tints of Medium Orchid #B342DF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.1%

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

R = 38.25%
G = 14.1%
B = 47.65%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B342DF (or 0xB342DF) is known color: Medium Orchid. HEX triplet: B3, 42 and DF. RGB value is (179,66,223). Sum of RGB (Red+Green+Blue) = 179+66+223=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #B342DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B342DF is #4CBD20. Grayscale: #757575. Windows color (decimal): -5029153 or 14631603. OLE color: 14631603.

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

Color convert

RGB 179 66 223 -
CMYK 0.20 0.70 0 0.13
HSL 283.18º 0.71% 0.57% -
HSV(B) 283.18º 0.7% 0.87% -
XYZ 33.86 18.81 71.66 -
YUV 117.69 187.44 171.73 -
System Red Green Blue C M Y K H S L
Decimal 179 66 223 0.20 0.70 0 0.13 283.18 0.71 0.57
Hex B3 42 DF 14 46 0 D 11B 47 39
Octal 263 102 337 24 106 0 15 433 107 71
Binary 10110011 1000010 11011111 10100 1000110 0 1101 100011011 1000111 111001

Color Harmonies of #B342DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B342DF

Black with #B342DF

Text Example


Text Example

White with #B342DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B342DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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