Html Css Color HEX #B558F4 Medium Orchid

📋 copy color: '#B558F4'

red 181 ◦ green 88 ◦ blue 244

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

Shades of Medium Orchid #B558F4

Tints of Medium Orchid #B558F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 47.56%

R = 35.28%
G = 17.15%
B = 47.56%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B558F4 (or 0xB558F4) is known color: Medium Orchid. HEX triplet: B5, 58 and F4. RGB value is (181,88,244). Sum of RGB (Red+Green+Blue) = 181+88+244=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 244 (95.70% from 255 or 47.56% from 513); Max value from RGB is 244 - color contains mainly: blue. Hex color #B558F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B558F4 is #4AA70B. Grayscale: #858585. Windows color (decimal): -4892428 or 16013493. OLE color: 16013493.

HSL color Cylindrical-coordinate representation of color #B558F4: hue angle of 275.77º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B558F4 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 88 244 -
CMYK 0.26 0.64 0 0.04
HSL 275.77º 0.88% 0.65% -
HSV(B) 275.77º 0.64% 0.96% -
XYZ 38.87 23.33 88.04 -
YUV 133.59 190.31 161.82 -
System Red Green Blue C M Y K H S L
Decimal 181 88 244 0.26 0.64 0 0.04 275.77 0.88 0.65
Hex B5 58 F4 1A 40 0 4 114 58 41
Octal 265 130 364 32 100 0 4 424 130 101
Binary 10110101 1011000 11110100 11010 1000000 0 100 100010100 1011000 1000001

Color Harmonies of #B558F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B558F4

Black with #B558F4

Text Example


Text Example

White with #B558F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B558F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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