Html Css Color HEX #BB59D0 Medium Orchid

📋 copy color: '#BB59D0'

red 187 ◦ green 89 ◦ blue 208

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

Shades of Medium Orchid #BB59D0

Tints of Medium Orchid #BB59D0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.39%

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 38.64%
G = 18.39%
B = 42.98%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB59D0 (or 0xBB59D0) is known color: Medium Orchid. HEX triplet: BB, 59 and D0. RGB value is (187,89,208). Sum of RGB (Red+Green+Blue) = 187+89+208=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB59D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB59D0 is #44A62F. Grayscale: #838383. Windows color (decimal): -4498992 or 13654459. OLE color: 13654459.

HSL color Cylindrical-coordinate representation of color #BB59D0: hue angle of 289.41º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB59D0 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 89 208 -
CMYK 0.10 0.57 0 0.18
HSL 289.41º 0.56% 0.58% -
HSV(B) 289.41º 0.57% 0.82% -
XYZ 35.45 22.26 62.1 -
YUV 131.87 170.97 167.32 -
System Red Green Blue C M Y K H S L
Decimal 187 89 208 0.10 0.57 0 0.18 289.41 0.56 0.58
Hex BB 59 D0 A 39 0 12 121 38 3A
Octal 273 131 320 12 71 0 22 441 70 72
Binary 10111011 1011001 11010000 1010 111001 0 10010 100100001 111000 111010

Color Harmonies of #BB59D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB59D0

Black with #BB59D0

Text Example


Text Example

White with #BB59D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB59D0; }

 p { color: rgb(187,89,208); }

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

background-color css

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

 a { background-color: rgb(187,89,208); }

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

border-color css

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

 span { border-color: rgb(187,89,208); }

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