Html Css Color HEX #B352C4 Medium Orchid

📋 copy color: '#B352C4'

red 179 ◦ green 82 ◦ blue 196

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

Shades of Medium Orchid #B352C4

Tints of Medium Orchid #B352C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.89%

R = 39.17%
G = 17.94%
B = 42.89%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B352C4 (or 0xB352C4) is known color: Medium Orchid. HEX triplet: B3, 52 and C4. RGB value is (179,82,196). Sum of RGB (Red+Green+Blue) = 179+82+196=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 196 - color contains mainly: blue. Hex color #B352C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B352C4 is #4CAD3B. Grayscale: #7B7B7B. Windows color (decimal): -5025084 or 12866227. OLE color: 12866227.

HSL color Cylindrical-coordinate representation of color #B352C4: hue angle of 291.05º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B352C4 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 179 82 196 -
CMYK 0.09 0.58 0 0.23
HSL 291.05º 0.49% 0.55% -
HSV(B) 291.05º 0.58% 0.77% -
XYZ 31.57 19.6 54.34 -
YUV 124 168.64 167.23 -
System Red Green Blue C M Y K H S L
Decimal 179 82 196 0.09 0.58 0 0.23 291.05 0.49 0.55
Hex B3 52 C4 9 3A 0 17 123 31 37
Octal 263 122 304 11 72 0 27 443 61 67
Binary 10110011 1010010 11000100 1001 111010 0 10111 100100011 110001 110111

Color Harmonies of #B352C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B352C4

Black with #B352C4

Text Example


Text Example

White with #B352C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B352C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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