Html Css Color HEX #B550DD Medium Orchid

📋 copy color: '#B550DD'

red 181 ◦ green 80 ◦ blue 221

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

Shades of Medium Orchid #B550DD

Tints of Medium Orchid #B550DD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.6%

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

R = 37.55%
G = 16.6%
B = 45.85%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B550DD (or 0xB550DD) is known color: Medium Orchid. HEX triplet: B5, 50 and DD. RGB value is (181,80,221). Sum of RGB (Red+Green+Blue) = 181+80+221=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #B550DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550DD is #4AAF22. Grayscale: #7D7D7D. Windows color (decimal): -4894499 or 14504117. OLE color: 14504117.

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

Color convert

RGB 181 80 221 -
CMYK 0.18 0.64 0 0.13
HSL 282.98º 0.67% 0.59% -
HSV(B) 282.98º 0.64% 0.87% -
XYZ 34.98 20.78 70.57 -
YUV 126.27 181.46 167.04 -
System Red Green Blue C M Y K H S L
Decimal 181 80 221 0.18 0.64 0 0.13 282.98 0.67 0.59
Hex B5 50 DD 12 40 0 D 11B 43 3B
Octal 265 120 335 22 100 0 15 433 103 73
Binary 10110101 1010000 11011101 10010 1000000 0 1101 100011011 1000011 111011

Color Harmonies of #B550DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B550DD

Black with #B550DD

Text Example


Text Example

White with #B550DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B550DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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