Html Css Color HEX #B558CE Medium Orchid

📋 copy color: '#B558CE'

red 181 ◦ green 88 ◦ blue 206

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

Shades of Medium Orchid #B558CE

Tints of Medium Orchid #B558CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.37%

R = 38.11%
G = 18.53%
B = 43.37%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B558CE (or 0xB558CE) is known color: Medium Orchid. HEX triplet: B5, 58 and CE. RGB value is (181,88,206). Sum of RGB (Red+Green+Blue) = 181+88+206=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #B558CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558CE is #4AA731. Grayscale: #808080. Windows color (decimal): -4892466 or 13523125. OLE color: 13523125.

HSL color Cylindrical-coordinate representation of color #B558CE: hue angle of 287.29º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B558CE is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 88 206 -
CMYK 0.12 0.57 0 0.19
HSL 287.29º 0.55% 0.58% -
HSV(B) 287.29º 0.57% 0.81% -
XYZ 33.69 21.26 60.72 -
YUV 129.26 171.31 164.91 -
System Red Green Blue C M Y K H S L
Decimal 181 88 206 0.12 0.57 0 0.19 287.29 0.55 0.58
Hex B5 58 CE C 39 0 13 11F 37 3A
Octal 265 130 316 14 71 0 23 437 67 72
Binary 10110101 1011000 11001110 1100 111001 0 10011 100011111 110111 111010

Color Harmonies of #B558CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B558CE

Black with #B558CE

Text Example


Text Example

White with #B558CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B558CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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