Html Css Color HEX #B471D0 Medium Orchid

📋 copy color: '#B471D0'

red 180 ◦ green 113 ◦ blue 208

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

Shades of Medium Orchid #B471D0

Tints of Medium Orchid #B471D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.52%

R = 35.93%
G = 22.55%
B = 41.52%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B471D0 (or 0xB471D0) is known color: Medium Orchid. HEX triplet: B4, 71 and D0. RGB value is (180,113,208). Sum of RGB (Red+Green+Blue) = 180+113+208=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #B471D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471D0 is #4B8E2F. Grayscale: #8F8F8F. Windows color (decimal): -4951600 or 13660596. OLE color: 13660596.

HSL color Cylindrical-coordinate representation of color #B471D0: hue angle of 282.32º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B471D0 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 113 208 -
CMYK 0.13 0.46 0 0.18
HSL 282.32º 0.5% 0.63% -
HSV(B) 282.32º 0.46% 0.82% -
XYZ 36.11 26.07 62.8 -
YUV 143.86 164.2 153.78 -
System Red Green Blue C M Y K H S L
Decimal 180 113 208 0.13 0.46 0 0.18 282.32 0.5 0.63
Hex B4 71 D0 D 2E 0 12 11A 32 3F
Octal 264 161 320 15 56 0 22 432 62 77
Binary 10110100 1110001 11010000 1101 101110 0 10010 100011010 110010 111111

Color Harmonies of #B471D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B471D0

Black with #B471D0

Text Example


Text Example

White with #B471D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B471D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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