Html Css Color HEX #B352DD Medium Orchid

📋 copy color: '#B352DD'

red 179 ◦ green 82 ◦ blue 221

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

Shades of Medium Orchid #B352DD

Tints of Medium Orchid #B352DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.01%

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

R = 37.14%
G = 17.01%
B = 45.85%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B352DD (or 0xB352DD) is known color: Medium Orchid. HEX triplet: B3, 52 and DD. RGB value is (179,82,221). Sum of RGB (Red+Green+Blue) = 179+82+221=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #B352DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B352DD is #4CAD22. Grayscale: #7E7E7E. Windows color (decimal): -5025059 or 14504627. OLE color: 14504627.

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

Color convert

RGB 179 82 221 -
CMYK 0.19 0.63 0 0.13
HSL 281.87º 0.67% 0.59% -
HSV(B) 281.87º 0.63% 0.87% -
XYZ 34.66 20.84 70.6 -
YUV 126.85 181.14 165.2 -
System Red Green Blue C M Y K H S L
Decimal 179 82 221 0.19 0.63 0 0.13 281.87 0.67 0.59
Hex B3 52 DD 13 3F 0 D 11A 43 3B
Octal 263 122 335 23 77 0 15 432 103 73
Binary 10110011 1010010 11011101 10011 111111 0 1101 100011010 1000011 111011

Color Harmonies of #B352DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B352DD

Black with #B352DD

Text Example


Text Example

White with #B352DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B352DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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