Html Css Color HEX #B551FD Medium Orchid

📋 copy color: '#B551FD'

red 181 ◦ green 81 ◦ blue 253

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

Shades of Medium Orchid #B551FD

Tints of Medium Orchid #B551FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.13%

R = 35.15%
G = 15.73%
B = 49.13%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B551FD (or 0xB551FD) is known color: Medium Orchid. HEX triplet: B5, 51 and FD. RGB value is (181,81,253). Sum of RGB (Red+Green+Blue) = 181+81+253=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #B551FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B551FD is #4AAE02. Grayscale: #818181. Windows color (decimal): -4894211 or 16601525. OLE color: 16601525.

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

Color convert

RGB 181 81 253 -
CMYK 0.28 0.68 0 0.01
HSL 274.88º 0.98% 0.65% -
HSV(B) 274.88º 0.68% 0.99% -
XYZ 39.73 22.8 95.24 -
YUV 130.51 197.13 164.01 -
System Red Green Blue C M Y K H S L
Decimal 181 81 253 0.28 0.68 0 0.01 274.88 0.98 0.65
Hex B5 51 FD 1C 44 0 1 113 62 41
Octal 265 121 375 34 104 0 1 423 142 101
Binary 10110101 1010001 11111101 11100 1000100 0 1 100010011 1100010 1000001

Color Harmonies of #B551FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B551FD

Black with #B551FD

Text Example


Text Example

White with #B551FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B551FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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