Html Css Color HEX #B371CD Medium Orchid

📋 copy color: '#B371CD'

red 179 ◦ green 113 ◦ blue 205

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

Shades of Medium Orchid #B371CD

Tints of Medium Orchid #B371CD

RGB

 RED value IS 179 (70.31% from 255) = 36.02%

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

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

R = 36.02%
G = 22.74%
B = 41.25%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B371CD (or 0xB371CD) is known color: Medium Orchid. HEX triplet: B3, 71 and CD. RGB value is (179,113,205). Sum of RGB (Red+Green+Blue) = 179+113+205=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #B371CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371CD is #4C8E32. Grayscale: #8E8E8E. Windows color (decimal): -5017139 or 13463987. OLE color: 13463987.

HSL color Cylindrical-coordinate representation of color #B371CD: hue angle of 283.04º 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 #B371CD is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 113 205 -
CMYK 0.13 0.45 0 0.20
HSL 283.04º 0.48% 0.62% -
HSV(B) 283.04º 0.45% 0.8% -
XYZ 35.51 25.8 60.87 -
YUV 143.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 179 113 205 0.13 0.45 0 0.20 283.04 0.48 0.62
Hex B3 71 CD D 2D 0 14 11B 30 3E
Octal 263 161 315 15 55 0 24 433 60 76
Binary 10110011 1110001 11001101 1101 101101 0 10100 100011011 110000 111110

Color Harmonies of #B371CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B371CD

Black with #B371CD

Text Example


Text Example

White with #B371CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B371CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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