Html Css Color HEX #BB50DD Medium Orchid

📋 copy color: '#BB50DD'

red 187 ◦ green 80 ◦ blue 221

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

Shades of Medium Orchid #BB50DD

Tints of Medium Orchid #BB50DD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.39%

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

R = 38.32%
G = 16.39%
B = 45.29%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB50DD (or 0xBB50DD) is known color: Medium Orchid. HEX triplet: BB, 50 and DD. RGB value is (187,80,221). Sum of RGB (Red+Green+Blue) = 187+80+221=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB50DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB50DD is #44AF22. Grayscale: #7F7F7F. Windows color (decimal): -4501283 or 14504123. OLE color: 14504123.

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

Color convert

RGB 187 80 221 -
CMYK 0.15 0.64 0 0.13
HSL 285.53º 0.67% 0.59% -
HSV(B) 285.53º 0.64% 0.87% -
XYZ 36.41 21.52 70.64 -
YUV 128.07 180.45 170.04 -
System Red Green Blue C M Y K H S L
Decimal 187 80 221 0.15 0.64 0 0.13 285.53 0.67 0.59
Hex BB 50 DD F 40 0 D 11E 43 3B
Octal 273 120 335 17 100 0 15 436 103 73
Binary 10111011 1010000 11011101 1111 1000000 0 1101 100011110 1000011 111011

Color Harmonies of #BB50DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB50DD

Black with #BB50DD

Text Example


Text Example

White with #BB50DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB50DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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