Html Css Color HEX #B551DF Medium Orchid

📋 copy color: '#B551DF'

red 181 ◦ green 81 ◦ blue 223

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

Shades of Medium Orchid #B551DF

Tints of Medium Orchid #B551DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 37.32%
G = 16.7%
B = 45.98%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B551DF (or 0xB551DF) is known color: Medium Orchid. HEX triplet: B5, 51 and DF. RGB value is (181,81,223). Sum of RGB (Red+Green+Blue) = 181+81+223=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #B551DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B551DF is #4AAE20. Grayscale: #7E7E7E. Windows color (decimal): -4894241 or 14635445. OLE color: 14635445.

HSL color Cylindrical-coordinate representation of color #B551DF: hue angle of 282.25º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B551DF is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 81 223 -
CMYK 0.19 0.64 0 0.13
HSL 282.25º 0.69% 0.6% -
HSV(B) 282.25º 0.64% 0.87% -
XYZ 35.32 21.04 72.01 -
YUV 127.09 182.13 166.45 -
System Red Green Blue C M Y K H S L
Decimal 181 81 223 0.19 0.64 0 0.13 282.25 0.69 0.6
Hex B5 51 DF 13 40 0 D 11A 45 3C
Octal 265 121 337 23 100 0 15 432 105 74
Binary 10110101 1010001 11011111 10011 1000000 0 1101 100011010 1000101 111100

Color Harmonies of #B551DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B551DF

Black with #B551DF

Text Example


Text Example

White with #B551DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B551DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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