Html Css Color HEX #B558FF Medium Orchid

📋 copy color: '#B558FF'

red 181 ◦ green 88 ◦ blue 255

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

Shades of Medium Orchid #B558FF

Tints of Medium Orchid #B558FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.66%

R = 34.54%
G = 16.79%
B = 48.66%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B558FF (or 0xB558FF) is known color: Medium Orchid. HEX triplet: B5, 58 and FF. RGB value is (181,88,255). Sum of RGB (Red+Green+Blue) = 181+88+255=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 88 (34.77% from 255 or 16.79% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #B558FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B558FF is #4AA700. Grayscale: #868686. Windows color (decimal): -4892417 or 16734389. OLE color: 16734389.

HSL color Cylindrical-coordinate representation of color #B558FF: hue angle of 273.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B558FF is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 88 255 -
CMYK 0.29 0.65 0 0
HSL 273.41º 1% 0.67% -
HSV(B) 273.41º 0.65% 1% -
XYZ 40.6 24.02 97.11 -
YUV 134.85 195.81 160.92 -
System Red Green Blue C M Y K H S L
Decimal 181 88 255 0.29 0.65 0 0 273.41 1 0.67
Hex B5 58 FF 1D 41 0 0 111 64 43
Octal 265 130 377 35 101 0 0 421 144 103
Binary 10110101 1011000 11111111 11101 1000001 0 0 100010001 1100100 1000011

Color Harmonies of #B558FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B558FF

Black with #B558FF

Text Example


Text Example

White with #B558FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B558FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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