Html Css Color HEX #B471D6 Medium Orchid

📋 copy color: '#B471D6'

red 180 ◦ green 113 ◦ blue 214

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

Shades of Medium Orchid #B471D6

Tints of Medium Orchid #B471D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.21%

R = 35.5%
G = 22.29%
B = 42.21%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B471D6 (or 0xB471D6) is known color: Medium Orchid. HEX triplet: B4, 71 and D6. RGB value is (180,113,214). Sum of RGB (Red+Green+Blue) = 180+113+214=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #B471D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471D6 is #4B8E29. Grayscale: #909090. Windows color (decimal): -4951594 or 14053812. OLE color: 14053812.

HSL color Cylindrical-coordinate representation of color #B471D6: hue angle of 279.8º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B471D6 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 113 214 -
CMYK 0.16 0.47 0 0.16
HSL 279.8º 0.55% 0.64% -
HSV(B) 279.8º 0.47% 0.84% -
XYZ 36.87 26.37 66.76 -
YUV 144.55 167.2 153.29 -
System Red Green Blue C M Y K H S L
Decimal 180 113 214 0.16 0.47 0 0.16 279.8 0.55 0.64
Hex B4 71 D6 10 2F 0 10 118 37 40
Octal 264 161 326 20 57 0 20 430 67 100
Binary 10110100 1110001 11010110 10000 101111 0 10000 100011000 110111 1000000

Color Harmonies of #B471D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B471D6

Black with #B471D6

Text Example


Text Example

White with #B471D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B471D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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