Html Css Color HEX #B558CB Medium Orchid

📋 copy color: '#B558CB'

red 181 ◦ green 88 ◦ blue 203

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

Shades of Medium Orchid #B558CB

Tints of Medium Orchid #B558CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.01%

R = 38.35%
G = 18.64%
B = 43.01%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B558CB (or 0xB558CB) is known color: Medium Orchid. HEX triplet: B5, 58 and CB. RGB value is (181,88,203). Sum of RGB (Red+Green+Blue) = 181+88+203=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #B558CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558CB is #4AA734. Grayscale: #808080. Windows color (decimal): -4892469 or 13326517. OLE color: 13326517.

HSL color Cylindrical-coordinate representation of color #B558CB: hue angle of 288.52º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B558CB is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 88 203 -
CMYK 0.11 0.57 0 0.20
HSL 288.52º 0.53% 0.57% -
HSV(B) 288.52º 0.57% 0.8% -
XYZ 33.33 21.12 58.82 -
YUV 128.92 169.81 165.15 -
System Red Green Blue C M Y K H S L
Decimal 181 88 203 0.11 0.57 0 0.20 288.52 0.53 0.57
Hex B5 58 CB B 39 0 14 121 35 39
Octal 265 130 313 13 71 0 24 441 65 71
Binary 10110101 1011000 11001011 1011 111001 0 10100 100100001 110101 111001

Color Harmonies of #B558CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B558CB

Black with #B558CB

Text Example


Text Example

White with #B558CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B558CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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