Html Css Color HEX #BB73D1 Medium Orchid

📋 copy color: '#BB73D1'

red 187 ◦ green 115 ◦ blue 209

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

Shades of Medium Orchid #BB73D1

Tints of Medium Orchid #BB73D1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.5%

 BLUE value IS 209 (82.03% from 255) = 40.9%

R = 36.59%
G = 22.5%
B = 40.9%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB73D1 (or 0xBB73D1) is known color: Medium Orchid. HEX triplet: BB, 73 and D1. RGB value is (187,115,209). Sum of RGB (Red+Green+Blue) = 187+115+209=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB73D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73D1 is #448C2E. Grayscale: #929292. Windows color (decimal): -4492335 or 13726651. OLE color: 13726651.

HSL color Cylindrical-coordinate representation of color #BB73D1: hue angle of 285.96º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB73D1 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 115 209 -
CMYK 0.11 0.45 0 0.18
HSL 285.96º 0.51% 0.64% -
HSV(B) 285.96º 0.45% 0.82% -
XYZ 38.13 27.43 63.61 -
YUV 147.24 162.85 156.36 -
System Red Green Blue C M Y K H S L
Decimal 187 115 209 0.11 0.45 0 0.18 285.96 0.51 0.64
Hex BB 73 D1 B 2D 0 12 11E 33 40
Octal 273 163 321 13 55 0 22 436 63 100
Binary 10111011 1110011 11010001 1011 101101 0 10010 100011110 110011 1000000

Color Harmonies of #BB73D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB73D1

Black with #BB73D1

Text Example


Text Example

White with #BB73D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB73D1; }

 p { color: rgb(187,115,209); }

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

background-color css

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

 a { background-color: rgb(187,115,209); }

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

border-color css

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

 span { border-color: rgb(187,115,209); }

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