Html Css Color HEX #B558EC Medium Orchid

📋 copy color: '#B558EC'

red 181 ◦ green 88 ◦ blue 236

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

Shades of Medium Orchid #B558EC

Tints of Medium Orchid #B558EC

RGB

 RED value IS 181 (71.09% from 255) = 35.84%

 GREEN value IS 88 (34.77% from 255) = 17.43%

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

R = 35.84%
G = 17.43%
B = 46.73%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B558EC (or 0xB558EC) is known color: Medium Orchid. HEX triplet: B5, 58 and EC. RGB value is (181,88,236). Sum of RGB (Red+Green+Blue) = 181+88+236=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #B558EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B558EC is #4AA713. Grayscale: #848484. Windows color (decimal): -4892436 or 15489205. OLE color: 15489205.

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

Color convert

RGB 181 88 236 -
CMYK 0.23 0.63 0 0.07
HSL 277.7º 0.8% 0.64% -
HSV(B) 277.7º 0.63% 0.93% -
XYZ 37.69 22.86 81.78 -
YUV 132.68 186.31 162.47 -
System Red Green Blue C M Y K H S L
Decimal 181 88 236 0.23 0.63 0 0.07 277.7 0.8 0.64
Hex B5 58 EC 17 3F 0 7 116 50 40
Octal 265 130 354 27 77 0 7 426 120 100
Binary 10110101 1011000 11101100 10111 111111 0 111 100010110 1010000 1000000

Color Harmonies of #B558EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B558EC

Black with #B558EC

Text Example


Text Example

White with #B558EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B558EC; }

 p { color: rgb(181,88,236); }

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

background-color css

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

 a { background-color: rgb(181,88,236); }

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

border-color css

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

 span { border-color: rgb(181,88,236); }

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