Html Css Color HEX #B471DC Medium Orchid

📋 copy color: '#B471DC'

red 180 ◦ green 113 ◦ blue 220

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

Shades of Medium Orchid #B471DC

Tints of Medium Orchid #B471DC

RGB

 RED value IS 180 (70.7% from 255) = 35.09%

 GREEN value IS 113 (44.53% from 255) = 22.03%

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 35.09%
G = 22.03%
B = 42.88%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B471DC (or 0xB471DC) is known color: Medium Orchid. HEX triplet: B4, 71 and DC. RGB value is (180,113,220). Sum of RGB (Red+Green+Blue) = 180+113+220=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #B471DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471DC is #4B8E23. Grayscale: #909090. Windows color (decimal): -4951588 or 14447028. OLE color: 14447028.

HSL color Cylindrical-coordinate representation of color #B471DC: hue angle of 277.57º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B471DC is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 113 220 -
CMYK 0.18 0.49 0 0.14
HSL 277.57º 0.6% 0.65% -
HSV(B) 277.57º 0.49% 0.86% -
XYZ 37.65 26.68 70.88 -
YUV 145.23 170.2 152.8 -
System Red Green Blue C M Y K H S L
Decimal 180 113 220 0.18 0.49 0 0.14 277.57 0.6 0.65
Hex B4 71 DC 12 31 0 E 116 3C 41
Octal 264 161 334 22 61 0 16 426 74 101
Binary 10110100 1110001 11011100 10010 110001 0 1110 100010110 111100 1000001

Color Harmonies of #B471DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B471DC

Black with #B471DC

Text Example


Text Example

White with #B471DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B471DC; }

 p { color: rgb(180,113,220); }

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

background-color css

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

 a { background-color: rgb(180,113,220); }

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

border-color css

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

 span { border-color: rgb(180,113,220); }

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