Html Css Color HEX #BB44D9 Medium Orchid

📋 copy color: '#BB44D9'

red 187 ◦ green 68 ◦ blue 217

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

Shades of Medium Orchid #BB44D9

Tints of Medium Orchid #BB44D9

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.41%

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

R = 39.62%
G = 14.41%
B = 45.97%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB44D9 (or 0xBB44D9) is known color: Medium Orchid. HEX triplet: BB, 44 and D9. RGB value is (187,68,217). Sum of RGB (Red+Green+Blue) = 187+68+217=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB44D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB44D9 is #44BB26. Grayscale: #787878. Windows color (decimal): -4504359 or 14238907. OLE color: 14238907.

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

Color convert

RGB 187 68 217 -
CMYK 0.14 0.69 0 0.15
HSL 287.92º 0.66% 0.56% -
HSV(B) 287.92º 0.69% 0.85% -
XYZ 35.09 19.71 67.6 -
YUV 120.57 182.42 175.38 -
System Red Green Blue C M Y K H S L
Decimal 187 68 217 0.14 0.69 0 0.15 287.92 0.66 0.56
Hex BB 44 D9 E 45 0 F 120 42 38
Octal 273 104 331 16 105 0 17 440 102 70
Binary 10111011 1000100 11011001 1110 1000101 0 1111 100100000 1000010 111000

Color Harmonies of #BB44D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB44D9

Black with #BB44D9

Text Example


Text Example

White with #BB44D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB44D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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