Html Css Color HEX #B352DC Medium Orchid

📋 copy color: '#B352DC'

red 179 ◦ green 82 ◦ blue 220

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

Shades of Medium Orchid #B352DC

Tints of Medium Orchid #B352DC

RGB

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

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

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

R = 37.21%
G = 17.05%
B = 45.74%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B352DC (or 0xB352DC) is known color: Medium Orchid. HEX triplet: B3, 52 and DC. RGB value is (179,82,220). Sum of RGB (Red+Green+Blue) = 179+82+220=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #B352DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B352DC is #4CAD23. Grayscale: #7E7E7E. Windows color (decimal): -5025060 or 14439091. OLE color: 14439091.

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

Color convert

RGB 179 82 220 -
CMYK 0.19 0.63 0 0.14
HSL 282.17º 0.66% 0.59% -
HSV(B) 282.17º 0.63% 0.86% -
XYZ 34.53 20.79 69.9 -
YUV 126.74 180.64 165.28 -
System Red Green Blue C M Y K H S L
Decimal 179 82 220 0.19 0.63 0 0.14 282.17 0.66 0.59
Hex B3 52 DC 13 3F 0 E 11A 42 3B
Octal 263 122 334 23 77 0 16 432 102 73
Binary 10110011 1010010 11011100 10011 111111 0 1110 100011010 1000010 111011

Color Harmonies of #B352DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B352DC

Black with #B352DC

Text Example


Text Example

White with #B352DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B352DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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