Html Css Color HEX #B55EDE Medium Orchid

📋 copy color: '#B55EDE'

red 181 ◦ green 94 ◦ blue 222

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

Shades of Medium Orchid #B55EDE

Tints of Medium Orchid #B55EDE

RGB

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

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

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

R = 36.42%
G = 18.91%
B = 44.67%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B55EDE (or 0xB55EDE) is known color: Medium Orchid. HEX triplet: B5, 5E and DE. RGB value is (181,94,222). Sum of RGB (Red+Green+Blue) = 181+94+222=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #B55EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55EDE is #4AA121. Grayscale: #868686. Windows color (decimal): -4890914 or 14573237. OLE color: 14573237.

HSL color Cylindrical-coordinate representation of color #B55EDE: hue angle of 280.78º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B55EDE is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 94 222 -
CMYK 0.18 0.58 0 0.13
HSL 280.78º 0.66% 0.62% -
HSV(B) 280.78º 0.58% 0.87% -
XYZ 36.24 23.1 71.66 -
YUV 134.61 177.32 161.09 -
System Red Green Blue C M Y K H S L
Decimal 181 94 222 0.18 0.58 0 0.13 280.78 0.66 0.62
Hex B5 5E DE 12 3A 0 D 119 42 3E
Octal 265 136 336 22 72 0 15 431 102 76
Binary 10110101 1011110 11011110 10010 111010 0 1101 100011001 1000010 111110

Color Harmonies of #B55EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55EDE

Black with #B55EDE

Text Example


Text Example

White with #B55EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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