Html Css Color HEX #B55DD9 Medium Orchid

📋 copy color: '#B55DD9'

red 181 ◦ green 93 ◦ blue 217

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

Shades of Medium Orchid #B55DD9

Tints of Medium Orchid #B55DD9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.94%

 BLUE value IS 217 (85.16% from 255) = 44.2%

R = 36.86%
G = 18.94%
B = 44.2%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B55DD9 (or 0xB55DD9) is known color: Medium Orchid. HEX triplet: B5, 5D and D9. RGB value is (181,93,217). Sum of RGB (Red+Green+Blue) = 181+93+217=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #B55DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55DD9 is #4AA226. Grayscale: #858585. Windows color (decimal): -4891175 or 14245301. OLE color: 14245301.

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

Color convert

RGB 181 93 217 -
CMYK 0.17 0.57 0 0.15
HSL 282.58º 0.62% 0.61% -
HSV(B) 282.58º 0.57% 0.85% -
XYZ 35.49 22.66 68.15 -
YUV 133.45 175.15 161.92 -
System Red Green Blue C M Y K H S L
Decimal 181 93 217 0.17 0.57 0 0.15 282.58 0.62 0.61
Hex B5 5D D9 11 39 0 F 11B 3E 3D
Octal 265 135 331 21 71 0 17 433 76 75
Binary 10110101 1011101 11011001 10001 111001 0 1111 100011011 111110 111101

Color Harmonies of #B55DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55DD9

Black with #B55DD9

Text Example


Text Example

White with #B55DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55DD9; }

 p { color: rgb(181,93,217); }

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

background-color css

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

 a { background-color: rgb(181,93,217); }

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

border-color css

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

 span { border-color: rgb(181,93,217); }

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