Html Css Color HEX #B355D9 Medium Orchid

📋 copy color: '#B355D9'

red 179 ◦ green 85 ◦ blue 217

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

Shades of Medium Orchid #B355D9

Tints of Medium Orchid #B355D9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.67%

 BLUE value IS 217 (85.16% from 255) = 45.11%

R = 37.21%
G = 17.67%
B = 45.11%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B355D9 (or 0xB355D9) is known color: Medium Orchid. HEX triplet: B3, 55 and D9. RGB value is (179,85,217). Sum of RGB (Red+Green+Blue) = 179+85+217=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #B355D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355D9 is #4CAA26. Grayscale: #7F7F7F. Windows color (decimal): -5024295 or 14243251. OLE color: 14243251.

HSL color Cylindrical-coordinate representation of color #B355D9: hue angle of 282.73º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B355D9 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 85 217 -
CMYK 0.18 0.61 0 0.15
HSL 282.73º 0.63% 0.59% -
HSV(B) 282.73º 0.61% 0.85% -
XYZ 34.36 21.09 67.91 -
YUV 128.15 178.14 164.27 -
System Red Green Blue C M Y K H S L
Decimal 179 85 217 0.18 0.61 0 0.15 282.73 0.63 0.59
Hex B3 55 D9 12 3D 0 F 11B 3F 3B
Octal 263 125 331 22 75 0 17 433 77 73
Binary 10110011 1010101 11011001 10010 111101 0 1111 100011011 111111 111011

Color Harmonies of #B355D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355D9

Black with #B355D9

Text Example


Text Example

White with #B355D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355D9; }

 p { color: rgb(179,85,217); }

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

background-color css

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

 a { background-color: rgb(179,85,217); }

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

border-color css

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

 span { border-color: rgb(179,85,217); }

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