Html Css Color HEX #BB73DA Medium Orchid

📋 copy color: '#BB73DA'

red 187 ◦ green 115 ◦ blue 218

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

Shades of Medium Orchid #BB73DA

Tints of Medium Orchid #BB73DA

RGB

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

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

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

R = 35.96%
G = 22.12%
B = 41.92%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB73DA (or 0xBB73DA) is known color: Medium Orchid. HEX triplet: BB, 73 and DA. RGB value is (187,115,218). Sum of RGB (Red+Green+Blue) = 187+115+218=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB73DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73DA is #448C25. Grayscale: #939393. Windows color (decimal): -4492326 or 14316475. OLE color: 14316475.

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

Color convert

RGB 187 115 218 -
CMYK 0.14 0.47 0 0.15
HSL 281.94º 0.58% 0.65% -
HSV(B) 281.94º 0.47% 0.85% -
XYZ 39.28 27.89 69.64 -
YUV 148.27 167.35 155.62 -
System Red Green Blue C M Y K H S L
Decimal 187 115 218 0.14 0.47 0 0.15 281.94 0.58 0.65
Hex BB 73 DA E 2F 0 F 11A 3A 41
Octal 273 163 332 16 57 0 17 432 72 101
Binary 10111011 1110011 11011010 1110 101111 0 1111 100011010 111010 1000001

Color Harmonies of #BB73DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB73DA

Black with #BB73DA

Text Example


Text Example

White with #BB73DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB73DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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