Html Css Color HEX #B558FA Medium Orchid

📋 copy color: '#B558FA'

red 181 ◦ green 88 ◦ blue 250

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

Shades of Medium Orchid #B558FA

Tints of Medium Orchid #B558FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.17%

R = 34.87%
G = 16.96%
B = 48.17%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B558FA (or 0xB558FA) is known color: Medium Orchid. HEX triplet: B5, 58 and FA. RGB value is (181,88,250). Sum of RGB (Red+Green+Blue) = 181+88+250=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 88 (34.77% from 255 or 16.96% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #B558FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B558FA is #4AA705. Grayscale: #858585. Windows color (decimal): -4892422 or 16406709. OLE color: 16406709.

HSL color Cylindrical-coordinate representation of color #B558FA: hue angle of 274.44º degrees, saturation: 0.94, 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 #B558FA is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 88 250 -
CMYK 0.28 0.65 0 0.02
HSL 274.44º 0.94% 0.66% -
HSV(B) 274.44º 0.65% 0.98% -
XYZ 39.8 23.71 92.92 -
YUV 134.28 193.31 161.33 -
System Red Green Blue C M Y K H S L
Decimal 181 88 250 0.28 0.65 0 0.02 274.44 0.94 0.66
Hex B5 58 FA 1C 41 0 2 112 5E 42
Octal 265 130 372 34 101 0 2 422 136 102
Binary 10110101 1011000 11111010 11100 1000001 0 10 100010010 1011110 1000010

Color Harmonies of #B558FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B558FA

Black with #B558FA

Text Example


Text Example

White with #B558FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B558FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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