Html Css Color HEX #BB49DA Medium Orchid

📋 copy color: '#BB49DA'

red 187 ◦ green 73 ◦ blue 218

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

Shades of Medium Orchid #BB49DA

Tints of Medium Orchid #BB49DA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.27%

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 39.12%
G = 15.27%
B = 45.61%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB49DA (or 0xBB49DA) is known color: Medium Orchid. HEX triplet: BB, 49 and DA. RGB value is (187,73,218). Sum of RGB (Red+Green+Blue) = 187+73+218=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB49DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB49DA is #44B625. Grayscale: #7B7B7B. Windows color (decimal): -4503078 or 14305723. OLE color: 14305723.

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

Color convert

RGB 187 73 218 -
CMYK 0.14 0.67 0 0.15
HSL 287.17º 0.66% 0.57% -
HSV(B) 287.17º 0.67% 0.85% -
XYZ 35.53 20.39 68.39 -
YUV 123.62 181.27 173.21 -
System Red Green Blue C M Y K H S L
Decimal 187 73 218 0.14 0.67 0 0.15 287.17 0.66 0.57
Hex BB 49 DA E 43 0 F 11F 42 39
Octal 273 111 332 16 103 0 17 437 102 71
Binary 10111011 1001001 11011010 1110 1000011 0 1111 100011111 1000010 111001

Color Harmonies of #BB49DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB49DA

Black with #BB49DA

Text Example


Text Example

White with #BB49DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB49DA; }

 p { color: rgb(187,73,218); }

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

background-color css

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

 a { background-color: rgb(187,73,218); }

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

border-color css

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

 span { border-color: rgb(187,73,218); }

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