Html Css Color HEX #BB49CA Medium Orchid

📋 copy color: '#BB49CA'

red 187 ◦ green 73 ◦ blue 202

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

Shades of Medium Orchid #BB49CA

Tints of Medium Orchid #BB49CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.72%

R = 40.48%
G = 15.8%
B = 43.72%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB49CA (or 0xBB49CA) is known color: Medium Orchid. HEX triplet: BB, 49 and CA. RGB value is (187,73,202). Sum of RGB (Red+Green+Blue) = 187+73+202=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB49CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB49CA is #44B635. Grayscale: #797979. Windows color (decimal): -4503094 or 13257147. OLE color: 13257147.

HSL color Cylindrical-coordinate representation of color #BB49CA: hue angle of 293.02º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB49CA is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 73 202 -
CMYK 0.07 0.64 0 0.21
HSL 293.02º 0.55% 0.54% -
HSV(B) 293.02º 0.64% 0.79% -
XYZ 33.54 19.59 57.89 -
YUV 121.79 173.27 174.51 -
System Red Green Blue C M Y K H S L
Decimal 187 73 202 0.07 0.64 0 0.21 293.02 0.55 0.54
Hex BB 49 CA 7 40 0 15 125 37 36
Octal 273 111 312 7 100 0 25 445 67 66
Binary 10111011 1001001 11001010 111 1000000 0 10101 100100101 110111 110110

Color Harmonies of #BB49CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB49CA

Black with #BB49CA

Text Example


Text Example

White with #BB49CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB49CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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