Html Css Color HEX #BB71DA Medium Orchid

📋 copy color: '#BB71DA'

red 187 ◦ green 113 ◦ blue 218

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

Shades of Medium Orchid #BB71DA

Tints of Medium Orchid #BB71DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.08%

R = 36.1%
G = 21.81%
B = 42.08%

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

#BB71DA (or 0xBB71DA) is known color: Medium Orchid. HEX triplet: BB, 71 and DA. RGB value is (187,113,218). Sum of RGB (Red+Green+Blue) = 187+113+218=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB71DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71DA is #448E25. Grayscale: #929292. Windows color (decimal): -4492838 or 14315963. OLE color: 14315963.

HSL color Cylindrical-coordinate representation of color #BB71DA: hue angle of 282.29º degrees, saturation: 0.59, 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 #BB71DA is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 113 218 -
CMYK 0.14 0.48 0 0.15
HSL 282.29º 0.59% 0.65% -
HSV(B) 282.29º 0.48% 0.85% -
XYZ 39.05 27.44 69.57 -
YUV 147.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 187 113 218 0.14 0.48 0 0.15 282.29 0.59 0.65
Hex BB 71 DA E 30 0 F 11A 3B 41
Octal 273 161 332 16 60 0 17 432 73 101
Binary 10111011 1110001 11011010 1110 110000 0 1111 100011010 111011 1000001

Color Harmonies of #BB71DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71DA

Black with #BB71DA

Text Example


Text Example

White with #BB71DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB71DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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