Html Css Color HEX #B551FA Medium Orchid

📋 copy color: '#B551FA'

red 181 ◦ green 81 ◦ blue 250

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

Shades of Medium Orchid #B551FA

Tints of Medium Orchid #B551FA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.82%

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 35.35%
G = 15.82%
B = 48.83%

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

#B551FA (or 0xB551FA) is known color: Medium Orchid. HEX triplet: B5, 51 and FA. RGB value is (181,81,250). Sum of RGB (Red+Green+Blue) = 181+81+250=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 81 (32.03% from 255 or 15.82% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #B551FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B551FA is #4AAE05. Grayscale: #818181. Windows color (decimal): -4894214 or 16404917. OLE color: 16404917.

HSL color Cylindrical-coordinate representation of color #B551FA: hue angle of 275.5º degrees, saturation: 0.94, 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 #B551FA is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 81 250 -
CMYK 0.28 0.68 0 0.02
HSL 275.5º 0.94% 0.65% -
HSV(B) 275.5º 0.68% 0.98% -
XYZ 39.25 22.61 92.74 -
YUV 130.17 195.63 164.26 -
System Red Green Blue C M Y K H S L
Decimal 181 81 250 0.28 0.68 0 0.02 275.5 0.94 0.65
Hex B5 51 FA 1C 44 0 2 114 5E 41
Octal 265 121 372 34 104 0 2 424 136 101
Binary 10110101 1010001 11111010 11100 1000100 0 10 100010100 1011110 1000001

Color Harmonies of #B551FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B551FA

Black with #B551FA

Text Example


Text Example

White with #B551FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B551FA; }

 p { color: rgb(181,81,250); }

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

background-color css

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

 a { background-color: rgb(181,81,250); }

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

border-color css

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

 span { border-color: rgb(181,81,250); }

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