Html Css Color HEX #BB71D9 Medium Orchid

📋 copy color: '#BB71D9'

red 187 ◦ green 113 ◦ blue 217

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

Shades of Medium Orchid #BB71D9

Tints of Medium Orchid #BB71D9

RGB

 RED value IS 187 (73.44% from 255) = 36.17%

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

 BLUE value IS 217 (85.16% from 255) = 41.97%

R = 36.17%
G = 21.86%
B = 41.97%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB71D9 (or 0xBB71D9) is known color: Medium Orchid. HEX triplet: BB, 71 and D9. RGB value is (187,113,217). Sum of RGB (Red+Green+Blue) = 187+113+217=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB71D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71D9 is #448E26. Grayscale: #929292. Windows color (decimal): -4492839 or 14250427. OLE color: 14250427.

HSL color Cylindrical-coordinate representation of color #BB71D9: hue angle of 282.69º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB71D9 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 113 217 -
CMYK 0.14 0.48 0 0.15
HSL 282.69º 0.58% 0.65% -
HSV(B) 282.69º 0.48% 0.85% -
XYZ 38.92 27.38 68.88 -
YUV 146.98 167.52 156.54 -
System Red Green Blue C M Y K H S L
Decimal 187 113 217 0.14 0.48 0 0.15 282.69 0.58 0.65
Hex BB 71 D9 E 30 0 F 11B 3A 41
Octal 273 161 331 16 60 0 17 433 72 101
Binary 10111011 1110001 11011001 1110 110000 0 1111 100011011 111010 1000001

Color Harmonies of #BB71D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71D9

Black with #BB71D9

Text Example


Text Example

White with #BB71D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB71D9; }

 p { color: rgb(187,113,217); }

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

background-color css

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

 a { background-color: rgb(187,113,217); }

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

border-color css

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

 span { border-color: rgb(187,113,217); }

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