Html Css Color HEX #B355EC Medium Orchid

📋 copy color: '#B355EC'

red 179 ◦ green 85 ◦ blue 236

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

Shades of Medium Orchid #B355EC

Tints of Medium Orchid #B355EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.2%

R = 35.8%
G = 17%
B = 47.2%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B355EC (or 0xB355EC) is known color: Medium Orchid. HEX triplet: B3, 55 and EC. RGB value is (179,85,236). Sum of RGB (Red+Green+Blue) = 179+85+236=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #B355EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B355EC is #4CAA13. Grayscale: #818181. Windows color (decimal): -5024276 or 15488435. OLE color: 15488435.

HSL color Cylindrical-coordinate representation of color #B355EC: hue angle of 277.35º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B355EC is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 85 236 -
CMYK 0.24 0.64 0 0.07
HSL 277.35º 0.8% 0.63% -
HSV(B) 277.35º 0.64% 0.93% -
XYZ 36.98 22.14 81.68 -
YUV 130.32 187.64 162.72 -
System Red Green Blue C M Y K H S L
Decimal 179 85 236 0.24 0.64 0 0.07 277.35 0.8 0.63
Hex B3 55 EC 18 40 0 7 115 50 3F
Octal 263 125 354 30 100 0 7 425 120 77
Binary 10110011 1010101 11101100 11000 1000000 0 111 100010101 1010000 111111

Color Harmonies of #B355EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355EC

Black with #B355EC

Text Example


Text Example

White with #B355EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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