Html Css Color HEX #B550D9 Medium Orchid

📋 copy color: '#B550D9'

red 181 ◦ green 80 ◦ blue 217

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

Shades of Medium Orchid #B550D9

Tints of Medium Orchid #B550D9

RGB

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

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

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

R = 37.87%
G = 16.74%
B = 45.4%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B550D9 (or 0xB550D9) is known color: Medium Orchid. HEX triplet: B5, 50 and D9. RGB value is (181,80,217). Sum of RGB (Red+Green+Blue) = 181+80+217=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 217 - color contains mainly: blue. Hex color #B550D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550D9 is #4AAF26. Grayscale: #7D7D7D. Windows color (decimal): -4894503 or 14241973. OLE color: 14241973.

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

Color convert

RGB 181 80 217 -
CMYK 0.17 0.63 0 0.15
HSL 284.23º 0.64% 0.58% -
HSV(B) 284.23º 0.63% 0.85% -
XYZ 34.45 20.57 67.8 -
YUV 125.82 179.46 167.36 -
System Red Green Blue C M Y K H S L
Decimal 181 80 217 0.17 0.63 0 0.15 284.23 0.64 0.58
Hex B5 50 D9 11 3F 0 F 11C 40 3A
Octal 265 120 331 21 77 0 17 434 100 72
Binary 10110101 1010000 11011001 10001 111111 0 1111 100011100 1000000 111010

Color Harmonies of #B550D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B550D9

Black with #B550D9

Text Example


Text Example

White with #B550D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B550D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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