Html Css Color HEX #BB45D9 Medium Orchid

📋 copy color: '#BB45D9'

red 187 ◦ green 69 ◦ blue 217

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

Shades of Medium Orchid #BB45D9

Tints of Medium Orchid #BB45D9

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.59%

 BLUE value IS 217 (85.16% from 255) = 45.88%

R = 39.53%
G = 14.59%
B = 45.88%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB45D9 (or 0xBB45D9) is known color: Medium Orchid. HEX triplet: BB, 45 and D9. RGB value is (187,69,217). Sum of RGB (Red+Green+Blue) = 187+69+217=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB45D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB45D9 is #44BA26. Grayscale: #787878. Windows color (decimal): -4504103 or 14239163. OLE color: 14239163.

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

Color convert

RGB 187 69 217 -
CMYK 0.14 0.68 0 0.15
HSL 287.84º 0.66% 0.56% -
HSV(B) 287.84º 0.68% 0.85% -
XYZ 35.15 19.83 67.62 -
YUV 121.15 182.09 174.97 -
System Red Green Blue C M Y K H S L
Decimal 187 69 217 0.14 0.68 0 0.15 287.84 0.66 0.56
Hex BB 45 D9 E 44 0 F 120 42 38
Octal 273 105 331 16 104 0 17 440 102 70
Binary 10111011 1000101 11011001 1110 1000100 0 1111 100100000 1000010 111000

Color Harmonies of #BB45D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB45D9

Black with #BB45D9

Text Example


Text Example

White with #BB45D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB45D9; }

 p { color: rgb(187,69,217); }

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

background-color css

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

 a { background-color: rgb(187,69,217); }

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

border-color css

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

 span { border-color: rgb(187,69,217); }

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