Html Css Color HEX #B55EC6 Medium Orchid

📋 copy color: '#B55EC6'

red 181 ◦ green 94 ◦ blue 198

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

Shades of Medium Orchid #B55EC6

Tints of Medium Orchid #B55EC6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.87%

 BLUE value IS 198 (77.73% from 255) = 41.86%

R = 38.27%
G = 19.87%
B = 41.86%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B55EC6 (or 0xB55EC6) is known color: Medium Orchid. HEX triplet: B5, 5E and C6. RGB value is (181,94,198). Sum of RGB (Red+Green+Blue) = 181+94+198=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #B55EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55EC6 is #4AA139. Grayscale: #838383. Windows color (decimal): -4890938 or 13000373. OLE color: 13000373.

HSL color Cylindrical-coordinate representation of color #B55EC6: hue angle of 290.19º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B55EC6 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 94 198 -
CMYK 0.09 0.53 0 0.22
HSL 290.19º 0.48% 0.57% -
HSV(B) 290.19º 0.53% 0.78% -
XYZ 33.25 21.91 55.9 -
YUV 131.87 165.32 163.04 -
System Red Green Blue C M Y K H S L
Decimal 181 94 198 0.09 0.53 0 0.22 290.19 0.48 0.57
Hex B5 5E C6 9 35 0 16 122 30 39
Octal 265 136 306 11 65 0 26 442 60 71
Binary 10110101 1011110 11000110 1001 110101 0 10110 100100010 110000 111001

Color Harmonies of #B55EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55EC6

Black with #B55EC6

Text Example


Text Example

White with #B55EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55EC6; }

 p { color: rgb(181,94,198); }

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

background-color css

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

 a { background-color: rgb(181,94,198); }

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

border-color css

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

 span { border-color: rgb(181,94,198); }

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