Html Css Color HEX #BB59CF Medium Orchid

📋 copy color: '#BB59CF'

red 187 ◦ green 89 ◦ blue 207

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

Shades of Medium Orchid #BB59CF

Tints of Medium Orchid #BB59CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.86%

R = 38.72%
G = 18.43%
B = 42.86%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB59CF (or 0xBB59CF) is known color: Medium Orchid. HEX triplet: BB, 59 and CF. RGB value is (187,89,207). Sum of RGB (Red+Green+Blue) = 187+89+207=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB59CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB59CF is #44A630. Grayscale: #838383. Windows color (decimal): -4498993 or 13588923. OLE color: 13588923.

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

Color convert

RGB 187 89 207 -
CMYK 0.10 0.57 0 0.19
HSL 289.83º 0.55% 0.58% -
HSV(B) 289.83º 0.57% 0.81% -
XYZ 35.33 22.21 61.46 -
YUV 131.75 170.47 167.41 -
System Red Green Blue C M Y K H S L
Decimal 187 89 207 0.10 0.57 0 0.19 289.83 0.55 0.58
Hex BB 59 CF A 39 0 13 122 37 3A
Octal 273 131 317 12 71 0 23 442 67 72
Binary 10111011 1011001 11001111 1010 111001 0 10011 100100010 110111 111010

Color Harmonies of #BB59CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB59CF

Black with #BB59CF

Text Example


Text Example

White with #BB59CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB59CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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