Html Css Color HEX #BB71D3 Medium Orchid

📋 copy color: '#BB71D3'

red 187 ◦ green 113 ◦ blue 211

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

Shades of Medium Orchid #BB71D3

Tints of Medium Orchid #BB71D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.29%

R = 36.59%
G = 22.11%
B = 41.29%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BB71D3 (or 0xBB71D3) is known color: Medium Orchid. HEX triplet: BB, 71 and D3. RGB value is (187,113,211). Sum of RGB (Red+Green+Blue) = 187+113+211=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 211 (82.81% from 255 or 41.29% from 511); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB71D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71D3 is #448E2C. Grayscale: #919191. Windows color (decimal): -4492845 or 13857211. OLE color: 13857211.

HSL color Cylindrical-coordinate representation of color #BB71D3: hue angle of 285.31º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB71D3 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 113 211 -
CMYK 0.11 0.46 0 0.17
HSL 285.31º 0.53% 0.64% -
HSV(B) 285.31º 0.46% 0.83% -
XYZ 38.16 27.08 64.84 -
YUV 146.3 164.52 157.03 -
System Red Green Blue C M Y K H S L
Decimal 187 113 211 0.11 0.46 0 0.17 285.31 0.53 0.64
Hex BB 71 D3 B 2E 0 11 11D 35 40
Octal 273 161 323 13 56 0 21 435 65 100
Binary 10111011 1110001 11010011 1011 101110 0 10001 100011101 110101 1000000

Color Harmonies of #BB71D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71D3

Black with #BB71D3

Text Example


Text Example

White with #BB71D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB71D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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