Html Css Color HEX #B355E2 Medium Orchid

📋 copy color: '#B355E2'

red 179 ◦ green 85 ◦ blue 226

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

Shades of Medium Orchid #B355E2

Tints of Medium Orchid #B355E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.12%

R = 36.53%
G = 17.35%
B = 46.12%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B355E2 (or 0xB355E2) is known color: Medium Orchid. HEX triplet: B3, 55 and E2. RGB value is (179,85,226). Sum of RGB (Red+Green+Blue) = 179+85+226=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 226 (88.67% from 255 or 46.12% from 490); Max value from RGB is 226 - color contains mainly: blue. Hex color #B355E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355E2 is #4CAA1D. Grayscale: #808080. Windows color (decimal): -5024286 or 14833075. OLE color: 14833075.

HSL color Cylindrical-coordinate representation of color #B355E2: hue angle of 280º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B355E2 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 179 85 226 -
CMYK 0.21 0.62 0 0.11
HSL 280º 0.71% 0.61% -
HSV(B) 280º 0.62% 0.89% -
XYZ 35.57 21.57 74.24 -
YUV 129.18 182.64 163.54 -
System Red Green Blue C M Y K H S L
Decimal 179 85 226 0.21 0.62 0 0.11 280 0.71 0.61
Hex B3 55 E2 15 3E 0 B 118 47 3D
Octal 263 125 342 25 76 0 13 430 107 75
Binary 10110011 1010101 11100010 10101 111110 0 1011 100011000 1000111 111101

Color Harmonies of #B355E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355E2

Black with #B355E2

Text Example


Text Example

White with #B355E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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