Html Css Color HEX #B558DC Medium Orchid

📋 copy color: '#B558DC'

red 181 ◦ green 88 ◦ blue 220

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

Shades of Medium Orchid #B558DC

Tints of Medium Orchid #B558DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 37.01%
G = 18%
B = 44.99%

CMYK

 C value IS 0.18

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B558DC (or 0xB558DC) is known color: Medium Orchid. HEX triplet: B5, 58 and DC. RGB value is (181,88,220). Sum of RGB (Red+Green+Blue) = 181+88+220=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #B558DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558DC is #4AA723. Grayscale: #828282. Windows color (decimal): -4892452 or 14440629. OLE color: 14440629.

HSL color Cylindrical-coordinate representation of color #B558DC: hue angle of 282.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B558DC is Cyan = 0.18, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 88 220 -
CMYK 0.18 0.6 0 0.14
HSL 282.27º 0.65% 0.6% -
HSV(B) 282.27º 0.6% 0.86% -
XYZ 35.46 21.97 70.08 -
YUV 130.86 178.31 163.77 -
System Red Green Blue C M Y K H S L
Decimal 181 88 220 0.18 0.6 0 0.14 282.27 0.65 0.6
Hex B5 58 DC 12 3C 0 E 11A 41 3C
Octal 265 130 334 22 74 0 16 432 101 74
Binary 10110101 1011000 11011100 10010 111100 0 1110 100011010 1000001 111100

Color Harmonies of #B558DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B558DC

Black with #B558DC

Text Example


Text Example

White with #B558DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B558DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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