Html Css Color HEX #B556DF Medium Orchid

📋 copy color: '#B556DF'

red 181 ◦ green 86 ◦ blue 223

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

Shades of Medium Orchid #B556DF

Tints of Medium Orchid #B556DF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.55%

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

R = 36.94%
G = 17.55%
B = 45.51%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B556DF (or 0xB556DF) is known color: Medium Orchid. HEX triplet: B5, 56 and DF. RGB value is (181,86,223). Sum of RGB (Red+Green+Blue) = 181+86+223=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #B556DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B556DF is #4AA920. Grayscale: #818181. Windows color (decimal): -4892961 or 14636725. OLE color: 14636725.

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

Color convert

RGB 181 86 223 -
CMYK 0.19 0.61 0 0.13
HSL 281.61º 0.68% 0.61% -
HSV(B) 281.61º 0.61% 0.87% -
XYZ 35.7 21.81 72.14 -
YUV 130.02 180.47 164.36 -
System Red Green Blue C M Y K H S L
Decimal 181 86 223 0.19 0.61 0 0.13 281.61 0.68 0.61
Hex B5 56 DF 13 3D 0 D 11A 44 3D
Octal 265 126 337 23 75 0 15 432 104 75
Binary 10110101 1010110 11011111 10011 111101 0 1101 100011010 1000100 111101

Color Harmonies of #B556DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B556DF

Black with #B556DF

Text Example


Text Example

White with #B556DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B556DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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