Html Css Color HEX #B354C3 Medium Orchid

📋 copy color: '#B354C3'

red 179 ◦ green 84 ◦ blue 195

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

Shades of Medium Orchid #B354C3

Tints of Medium Orchid #B354C3

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.34%

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

R = 39.08%
G = 18.34%
B = 42.58%

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

#B354C3 (or 0xB354C3) is known color: Medium Orchid. HEX triplet: B3, 54 and C3. RGB value is (179,84,195). Sum of RGB (Red+Green+Blue) = 179+84+195=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #B354C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B354C3 is #4CAB3C. Grayscale: #7C7C7C. Windows color (decimal): -5024573 or 12801203. OLE color: 12801203.

HSL color Cylindrical-coordinate representation of color #B354C3: hue angle of 291.35º 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 #B354C3 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 84 195 -
CMYK 0.08 0.57 0 0.24
HSL 291.35º 0.48% 0.55% -
HSV(B) 291.35º 0.57% 0.76% -
XYZ 31.61 19.86 53.8 -
YUV 125.06 167.47 166.47 -
System Red Green Blue C M Y K H S L
Decimal 179 84 195 0.08 0.57 0 0.24 291.35 0.48 0.55
Hex B3 54 C3 8 39 0 18 123 30 37
Octal 263 124 303 10 71 0 30 443 60 67
Binary 10110011 1010100 11000011 1000 111001 0 11000 100100011 110000 110111

Color Harmonies of #B354C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B354C3

Black with #B354C3

Text Example


Text Example

White with #B354C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B354C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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