Html Css Color HEX #B550FB Medium Orchid

📋 copy color: '#B550FB'

red 181 ◦ green 80 ◦ blue 251

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

Shades of Medium Orchid #B550FB

Tints of Medium Orchid #B550FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.02%

R = 35.35%
G = 15.63%
B = 49.02%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B550FB (or 0xB550FB) is known color: Medium Orchid. HEX triplet: B5, 50 and FB. RGB value is (181,80,251). Sum of RGB (Red+Green+Blue) = 181+80+251=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #B550FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B550FB is #4AAF04. Grayscale: #818181. Windows color (decimal): -4894469 or 16470197. OLE color: 16470197.

HSL color Cylindrical-coordinate representation of color #B550FB: hue angle of 275.44º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B550FB is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 80 251 -
CMYK 0.28 0.68 0 0.02
HSL 275.44º 0.96% 0.65% -
HSV(B) 275.44º 0.68% 0.98% -
XYZ 39.34 22.53 93.54 -
YUV 129.69 196.46 164.6 -
System Red Green Blue C M Y K H S L
Decimal 181 80 251 0.28 0.68 0 0.02 275.44 0.96 0.65
Hex B5 50 FB 1C 44 0 2 113 60 41
Octal 265 120 373 34 104 0 2 423 140 101
Binary 10110101 1010000 11111011 11100 1000100 0 10 100010011 1100000 1000001

Color Harmonies of #B550FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B550FB

Black with #B550FB

Text Example


Text Example

White with #B550FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B550FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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