Html Css Color HEX #B353C3 Medium Orchid

📋 copy color: '#B353C3'

red 179 ◦ green 83 ◦ blue 195

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

Shades of Medium Orchid #B353C3

Tints of Medium Orchid #B353C3

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.16%

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

R = 39.17%
G = 18.16%
B = 42.67%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B353C3 (or 0xB353C3) is known color: Medium Orchid. HEX triplet: B3, 53 and C3. RGB value is (179,83,195). Sum of RGB (Red+Green+Blue) = 179+83+195=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 195 - color contains mainly: blue. Hex color #B353C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353C3 is #4CAC3C. Grayscale: #7C7C7C. Windows color (decimal): -5024829 or 12800947. OLE color: 12800947.

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

Color convert

RGB 179 83 195 -
CMYK 0.08 0.57 0 0.24
HSL 291.43º 0.48% 0.55% -
HSV(B) 291.43º 0.57% 0.76% -
XYZ 31.53 19.71 53.77 -
YUV 124.47 167.8 166.89 -
System Red Green Blue C M Y K H S L
Decimal 179 83 195 0.08 0.57 0 0.24 291.43 0.48 0.55
Hex B3 53 C3 8 39 0 18 123 30 37
Octal 263 123 303 10 71 0 30 443 60 67
Binary 10110011 1010011 11000011 1000 111001 0 11000 100100011 110000 110111

Color Harmonies of #B353C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353C3

Black with #B353C3

Text Example


Text Example

White with #B353C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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