Html Css Color HEX #B55DDD Medium Orchid

📋 copy color: '#B55DDD'

red 181 ◦ green 93 ◦ blue 221

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

Shades of Medium Orchid #B55DDD

Tints of Medium Orchid #B55DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 36.57%
G = 18.79%
B = 44.65%

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

#B55DDD (or 0xB55DDD) is known color: Medium Orchid. HEX triplet: B5, 5D and DD. RGB value is (181,93,221). Sum of RGB (Red+Green+Blue) = 181+93+221=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #B55DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55DDD is #4AA222. Grayscale: #858585. Windows color (decimal): -4891171 or 14507445. OLE color: 14507445.

HSL color Cylindrical-coordinate representation of color #B55DDD: hue angle of 281.25º degrees, saturation: 0.65, 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 #B55DDD is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 93 221 -
CMYK 0.18 0.58 0 0.13
HSL 281.25º 0.65% 0.62% -
HSV(B) 281.25º 0.58% 0.87% -
XYZ 36.02 22.87 70.92 -
YUV 133.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 181 93 221 0.18 0.58 0 0.13 281.25 0.65 0.62
Hex B5 5D DD 12 3A 0 D 119 41 3E
Octal 265 135 335 22 72 0 15 431 101 76
Binary 10110101 1011101 11011101 10010 111010 0 1101 100011001 1000001 111110

Color Harmonies of #B55DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55DDD

Black with #B55DDD

Text Example


Text Example

White with #B55DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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