Html Css Color HEX #B550FF Medium Orchid

📋 copy color: '#B550FF'

red 181 ◦ green 80 ◦ blue 255

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

Shades of Medium Orchid #B550FF

Tints of Medium Orchid #B550FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.42%

R = 35.08%
G = 15.5%
B = 49.42%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B550FF (or 0xB550FF) is known color: Medium Orchid. HEX triplet: B5, 50 and FF. RGB value is (181,80,255). Sum of RGB (Red+Green+Blue) = 181+80+255=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #B550FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B550FF is #4AAF00. Grayscale: #818181. Windows color (decimal): -4894465 or 16732341. OLE color: 16732341.

HSL color Cylindrical-coordinate representation of color #B550FF: hue angle of 274.63º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B550FF is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 80 255 -
CMYK 0.29 0.69 0 0
HSL 274.63º 1% 0.66% -
HSV(B) 274.63º 0.69% 1% -
XYZ 39.97 22.78 96.9 -
YUV 130.15 198.46 164.27 -
System Red Green Blue C M Y K H S L
Decimal 181 80 255 0.29 0.69 0 0 274.63 1 0.66
Hex B5 50 FF 1D 45 0 0 113 64 42
Octal 265 120 377 35 105 0 0 423 144 102
Binary 10110101 1010000 11111111 11101 1000101 0 0 100010011 1100100 1000010

Color Harmonies of #B550FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B550FF

Black with #B550FF

Text Example


Text Example

White with #B550FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B550FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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