Html Css Color HEX #BB48D5 Medium Orchid

📋 copy color: '#BB48D5'

red 187 ◦ green 72 ◦ blue 213

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

Shades of Medium Orchid #BB48D5

Tints of Medium Orchid #BB48D5

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.25%

 BLUE value IS 213 (83.59% from 255) = 45.13%

R = 39.62%
G = 15.25%
B = 45.13%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB48D5 (or 0xBB48D5) is known color: Medium Orchid. HEX triplet: BB, 48 and D5. RGB value is (187,72,213). Sum of RGB (Red+Green+Blue) = 187+72+213=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB48D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB48D5 is #44B72A. Grayscale: #7A7A7A. Windows color (decimal): -4503339 or 13977787. OLE color: 13977787.

HSL color Cylindrical-coordinate representation of color #BB48D5: hue angle of 288.94º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB48D5 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 72 213 -
CMYK 0.12 0.66 0 0.16
HSL 288.94º 0.63% 0.56% -
HSV(B) 288.94º 0.66% 0.84% -
XYZ 34.82 20 64.98 -
YUV 122.46 179.1 174.04 -
System Red Green Blue C M Y K H S L
Decimal 187 72 213 0.12 0.66 0 0.16 288.94 0.63 0.56
Hex BB 48 D5 C 42 0 10 121 3F 38
Octal 273 110 325 14 102 0 20 441 77 70
Binary 10111011 1001000 11010101 1100 1000010 0 10000 100100001 111111 111000

Color Harmonies of #BB48D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB48D5

Black with #BB48D5

Text Example


Text Example

White with #BB48D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB48D5; }

 p { color: rgb(187,72,213); }

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

background-color css

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

 a { background-color: rgb(187,72,213); }

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

border-color css

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

 span { border-color: rgb(187,72,213); }

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