Html Css Color HEX #BB73DD Medium Orchid

📋 copy color: '#BB73DD'

red 187 ◦ green 115 ◦ blue 221

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

Shades of Medium Orchid #BB73DD

Tints of Medium Orchid #BB73DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 35.76%
G = 21.99%
B = 42.26%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB73DD (or 0xBB73DD) is known color: Medium Orchid. HEX triplet: BB, 73 and DD. RGB value is (187,115,221). Sum of RGB (Red+Green+Blue) = 187+115+221=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB73DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73DD is #448C22. Grayscale: #949494. Windows color (decimal): -4492323 or 14513083. OLE color: 14513083.

HSL color Cylindrical-coordinate representation of color #BB73DD: hue angle of 280.75º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB73DD is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 115 221 -
CMYK 0.15 0.48 0 0.13
HSL 280.75º 0.61% 0.66% -
HSV(B) 280.75º 0.48% 0.87% -
XYZ 39.68 28.05 71.73 -
YUV 148.61 168.85 155.38 -
System Red Green Blue C M Y K H S L
Decimal 187 115 221 0.15 0.48 0 0.13 280.75 0.61 0.66
Hex BB 73 DD F 30 0 D 119 3D 42
Octal 273 163 335 17 60 0 15 431 75 102
Binary 10111011 1110011 11011101 1111 110000 0 1101 100011001 111101 1000010

Color Harmonies of #BB73DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB73DD

Black with #BB73DD

Text Example


Text Example

White with #BB73DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB73DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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