Html Css Color HEX #B355E8 Medium Orchid

📋 copy color: '#B355E8'

red 179 ◦ green 85 ◦ blue 232

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

Shades of Medium Orchid #B355E8

Tints of Medium Orchid #B355E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.77%

R = 36.09%
G = 17.14%
B = 46.77%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B355E8 (or 0xB355E8) is known color: Medium Orchid. HEX triplet: B3, 55 and E8. RGB value is (179,85,232). Sum of RGB (Red+Green+Blue) = 179+85+232=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 232 (91.02% from 255 or 46.77% from 496); Max value from RGB is 232 - color contains mainly: blue. Hex color #B355E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B355E8 is #4CAA17. Grayscale: #818181. Windows color (decimal): -5024280 or 15226291. OLE color: 15226291.

HSL color Cylindrical-coordinate representation of color #B355E8: hue angle of 278.37º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B355E8 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 85 232 -
CMYK 0.23 0.63 0 0.09
HSL 278.37º 0.76% 0.62% -
HSV(B) 278.37º 0.63% 0.91% -
XYZ 36.4 21.91 78.65 -
YUV 129.86 185.64 163.05 -
System Red Green Blue C M Y K H S L
Decimal 179 85 232 0.23 0.63 0 0.09 278.37 0.76 0.62
Hex B3 55 E8 17 3F 0 9 116 4C 3E
Octal 263 125 350 27 77 0 11 426 114 76
Binary 10110011 1010101 11101000 10111 111111 0 1001 100010110 1001100 111110

Color Harmonies of #B355E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355E8

Black with #B355E8

Text Example


Text Example

White with #B355E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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