Html Css Color HEX #B551FF Medium Orchid

📋 copy color: '#B551FF'

red 181 ◦ green 81 ◦ blue 255

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

Shades of Medium Orchid #B551FF

Tints of Medium Orchid #B551FF

RGB

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

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

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

R = 35.01%
G = 15.67%
B = 49.32%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B551FF (or 0xB551FF) is known color: Medium Orchid. HEX triplet: B5, 51 and FF. RGB value is (181,81,255). Sum of RGB (Red+Green+Blue) = 181+81+255=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 81 (32.03% from 255 or 15.67% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #B551FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B551FF is #4AAE00. Grayscale: #828282. Windows color (decimal): -4894209 or 16732597. OLE color: 16732597.

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

Color convert

RGB 181 81 255 -
CMYK 0.29 0.68 0 0
HSL 274.48º 1% 0.66% -
HSV(B) 274.48º 0.68% 1% -
XYZ 40.05 22.93 96.92 -
YUV 130.74 198.13 163.85 -
System Red Green Blue C M Y K H S L
Decimal 181 81 255 0.29 0.68 0 0 274.48 1 0.66
Hex B5 51 FF 1D 44 0 0 112 64 42
Octal 265 121 377 35 104 0 0 422 144 102
Binary 10110101 1010001 11111111 11101 1000100 0 0 100010010 1100100 1000010

Color Harmonies of #B551FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B551FF

Black with #B551FF

Text Example


Text Example

White with #B551FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B551FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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