Html Css Color HEX #B471CD Medium Orchid

📋 copy color: '#B471CD'

red 180 ◦ green 113 ◦ blue 205

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

Shades of Medium Orchid #B471CD

Tints of Medium Orchid #B471CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.16%

R = 36.14%
G = 22.69%
B = 41.16%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B471CD (or 0xB471CD) is known color: Medium Orchid. HEX triplet: B4, 71 and CD. RGB value is (180,113,205). Sum of RGB (Red+Green+Blue) = 180+113+205=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #B471CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471CD is #4B8E32. Grayscale: #8F8F8F. Windows color (decimal): -4951603 or 13463988. OLE color: 13463988.

HSL color Cylindrical-coordinate representation of color #B471CD: hue angle of 283.7º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B471CD is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 113 205 -
CMYK 0.12 0.45 0 0.20
HSL 283.7º 0.48% 0.62% -
HSV(B) 283.7º 0.45% 0.8% -
XYZ 35.75 25.92 60.88 -
YUV 143.52 162.7 154.02 -
System Red Green Blue C M Y K H S L
Decimal 180 113 205 0.12 0.45 0 0.20 283.7 0.48 0.62
Hex B4 71 CD C 2D 0 14 11C 30 3E
Octal 264 161 315 14 55 0 24 434 60 76
Binary 10110100 1110001 11001101 1100 101101 0 10100 100011100 110000 111110

Color Harmonies of #B471CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B471CD

Black with #B471CD

Text Example


Text Example

White with #B471CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B471CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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