Html Css Color HEX #B550FE Medium Orchid

📋 copy color: '#B550FE'

red 181 ◦ green 80 ◦ blue 254

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

Shades of Medium Orchid #B550FE

Tints of Medium Orchid #B550FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.32%

R = 35.15%
G = 15.53%
B = 49.32%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B550FE (or 0xB550FE) is known color: Medium Orchid. HEX triplet: B5, 50 and FE. RGB value is (181,80,254). Sum of RGB (Red+Green+Blue) = 181+80+254=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #B550FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B550FE is #4AAF01. Grayscale: #818181. Windows color (decimal): -4894466 or 16666805. OLE color: 16666805.

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

Color convert

RGB 181 80 254 -
CMYK 0.29 0.69 0 0.00
HSL 274.83º 0.99% 0.65% -
HSV(B) 274.83º 0.69% 1% -
XYZ 39.81 22.72 96.05 -
YUV 130.04 197.96 164.35 -
System Red Green Blue C M Y K H S L
Decimal 181 80 254 0.29 0.69 0 0.00 274.83 0.99 0.65
Hex B5 50 FE 1D 45 0 0 113 63 41
Octal 265 120 376 35 105 0 0 423 143 101
Binary 10110101 1010000 11111110 11101 1000101 0 0 100010011 1100011 1000001

Color Harmonies of #B550FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B550FE

Black with #B550FE

Text Example


Text Example

White with #B550FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B550FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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