Html Css Color HEX #B558F9 Medium Orchid

📋 copy color: '#B558F9'

red 181 ◦ green 88 ◦ blue 249

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

Shades of Medium Orchid #B558F9

Tints of Medium Orchid #B558F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.07%

R = 34.94%
G = 16.99%
B = 48.07%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B558F9 (or 0xB558F9) is known color: Medium Orchid. HEX triplet: B5, 58 and F9. RGB value is (181,88,249). Sum of RGB (Red+Green+Blue) = 181+88+249=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #B558F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B558F9 is #4AA706. Grayscale: #858585. Windows color (decimal): -4892423 or 16341173. OLE color: 16341173.

HSL color Cylindrical-coordinate representation of color #B558F9: hue angle of 274.66º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B558F9 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 88 249 -
CMYK 0.27 0.65 0 0.02
HSL 274.66º 0.93% 0.66% -
HSV(B) 274.66º 0.65% 0.98% -
XYZ 39.64 23.64 92.1 -
YUV 134.16 192.81 161.41 -
System Red Green Blue C M Y K H S L
Decimal 181 88 249 0.27 0.65 0 0.02 274.66 0.93 0.66
Hex B5 58 F9 1B 41 0 2 113 5D 42
Octal 265 130 371 33 101 0 2 423 135 102
Binary 10110101 1011000 11111001 11011 1000001 0 10 100010011 1011101 1000010

Color Harmonies of #B558F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B558F9

Black with #B558F9

Text Example


Text Example

White with #B558F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B558F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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