Html Css Color HEX #B356C3 Medium Orchid

📋 copy color: '#B356C3'

red 179 ◦ green 86 ◦ blue 195

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

Shades of Medium Orchid #B356C3

Tints of Medium Orchid #B356C3

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.7%

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

R = 38.91%
G = 18.7%
B = 42.39%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B356C3 (or 0xB356C3) is known color: Medium Orchid. HEX triplet: B3, 56 and C3. RGB value is (179,86,195). Sum of RGB (Red+Green+Blue) = 179+86+195=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 195 - color contains mainly: blue. Hex color #B356C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B356C3 is #4CA93C. Grayscale: #7D7D7D. Windows color (decimal): -5024061 or 12801715. OLE color: 12801715.

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

Color convert

RGB 179 86 195 -
CMYK 0.08 0.56 0 0.24
HSL 291.19º 0.48% 0.55% -
HSV(B) 291.19º 0.56% 0.76% -
XYZ 31.77 20.18 53.85 -
YUV 126.23 166.81 165.64 -
System Red Green Blue C M Y K H S L
Decimal 179 86 195 0.08 0.56 0 0.24 291.19 0.48 0.55
Hex B3 56 C3 8 38 0 18 123 30 37
Octal 263 126 303 10 70 0 30 443 60 67
Binary 10110011 1010110 11000011 1000 111000 0 11000 100100011 110000 110111

Color Harmonies of #B356C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B356C3

Black with #B356C3

Text Example


Text Example

White with #B356C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B356C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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