Html Css Color HEX #B342DD Medium Orchid

📋 copy color: '#B342DD'

red 179 ◦ green 66 ◦ blue 221

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

Shades of Medium Orchid #B342DD

Tints of Medium Orchid #B342DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.42%

R = 38.41%
G = 14.16%
B = 47.42%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B342DD (or 0xB342DD) is known color: Medium Orchid. HEX triplet: B3, 42 and DD. RGB value is (179,66,221). Sum of RGB (Red+Green+Blue) = 179+66+221=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #B342DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B342DD is #4CBD22. Grayscale: #747474. Windows color (decimal): -5029155 or 14500531. OLE color: 14500531.

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

Color convert

RGB 179 66 221 -
CMYK 0.19 0.70 0 0.13
HSL 283.74º 0.7% 0.56% -
HSV(B) 283.74º 0.7% 0.87% -
XYZ 33.59 18.7 70.25 -
YUV 117.46 186.44 171.9 -
System Red Green Blue C M Y K H S L
Decimal 179 66 221 0.19 0.70 0 0.13 283.74 0.7 0.56
Hex B3 42 DD 13 46 0 D 11C 46 38
Octal 263 102 335 23 106 0 15 434 106 70
Binary 10110011 1000010 11011101 10011 1000110 0 1101 100011100 1000110 111000

Color Harmonies of #B342DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B342DD

Black with #B342DD

Text Example


Text Example

White with #B342DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B342DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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