Html Css Color HEX #B55ED8 Medium Orchid

📋 copy color: '#B55ED8'

red 181 ◦ green 94 ◦ blue 216

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

Shades of Medium Orchid #B55ED8

Tints of Medium Orchid #B55ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.99%

R = 36.86%
G = 19.14%
B = 43.99%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B55ED8 (or 0xB55ED8) is known color: Medium Orchid. HEX triplet: B5, 5E and D8. RGB value is (181,94,216). Sum of RGB (Red+Green+Blue) = 181+94+216=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #B55ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55ED8 is #4AA127. Grayscale: #858585. Windows color (decimal): -4890920 or 14180021. OLE color: 14180021.

HSL color Cylindrical-coordinate representation of color #B55ED8: hue angle of 282.79º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B55ED8 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 94 216 -
CMYK 0.16 0.56 0 0.15
HSL 282.79º 0.61% 0.61% -
HSV(B) 282.79º 0.56% 0.85% -
XYZ 35.45 22.79 67.5 -
YUV 133.92 174.32 161.58 -
System Red Green Blue C M Y K H S L
Decimal 181 94 216 0.16 0.56 0 0.15 282.79 0.61 0.61
Hex B5 5E D8 10 38 0 F 11B 3D 3D
Octal 265 136 330 20 70 0 17 433 75 75
Binary 10110101 1011110 11011000 10000 111000 0 1111 100011011 111101 111101

Color Harmonies of #B55ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55ED8

Black with #B55ED8

Text Example


Text Example

White with #B55ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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