Html Css Color HEX #B352C3 Medium Orchid

📋 copy color: '#B352C3'

red 179 ◦ green 82 ◦ blue 195

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

Shades of Medium Orchid #B352C3

Tints of Medium Orchid #B352C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.76%

R = 39.25%
G = 17.98%
B = 42.76%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B352C3 (or 0xB352C3) is known color: Medium Orchid. HEX triplet: B3, 52 and C3. RGB value is (179,82,195). Sum of RGB (Red+Green+Blue) = 179+82+195=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 195 - color contains mainly: blue. Hex color #B352C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B352C3 is #4CAD3C. Grayscale: #7B7B7B. Windows color (decimal): -5025085 or 12800691. OLE color: 12800691.

HSL color Cylindrical-coordinate representation of color #B352C3: hue angle of 291.5º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B352C3 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 82 195 -
CMYK 0.08 0.58 0 0.24
HSL 291.5º 0.48% 0.54% -
HSV(B) 291.5º 0.58% 0.76% -
XYZ 31.46 19.56 53.75 -
YUV 123.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 179 82 195 0.08 0.58 0 0.24 291.5 0.48 0.54
Hex B3 52 C3 8 3A 0 18 124 30 36
Octal 263 122 303 10 72 0 30 444 60 66
Binary 10110011 1010010 11000011 1000 111010 0 11000 100100100 110000 110110

Color Harmonies of #B352C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B352C3

Black with #B352C3

Text Example


Text Example

White with #B352C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B352C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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