Html Css Color HEX #B558DE Medium Orchid

📋 copy color: '#B558DE'

red 181 ◦ green 88 ◦ blue 222

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

Shades of Medium Orchid #B558DE

Tints of Medium Orchid #B558DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.21%

R = 36.86%
G = 17.92%
B = 45.21%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B558DE (or 0xB558DE) is known color: Medium Orchid. HEX triplet: B5, 58 and DE. RGB value is (181,88,222). Sum of RGB (Red+Green+Blue) = 181+88+222=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #B558DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558DE is #4AA721. Grayscale: #828282. Windows color (decimal): -4892450 or 14571701. OLE color: 14571701.

HSL color Cylindrical-coordinate representation of color #B558DE: hue angle of 281.64º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B558DE is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 88 222 -
CMYK 0.18 0.60 0 0.13
HSL 281.64º 0.67% 0.61% -
HSV(B) 281.64º 0.6% 0.87% -
XYZ 35.73 22.08 71.49 -
YUV 131.08 179.31 163.6 -
System Red Green Blue C M Y K H S L
Decimal 181 88 222 0.18 0.60 0 0.13 281.64 0.67 0.61
Hex B5 58 DE 12 3C 0 D 11A 43 3D
Octal 265 130 336 22 74 0 15 432 103 75
Binary 10110101 1011000 11011110 10010 111100 0 1101 100011010 1000011 111101

Color Harmonies of #B558DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B558DE

Black with #B558DE

Text Example


Text Example

White with #B558DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B558DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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