Html Css Color HEX #BB48DD Medium Orchid

📋 copy color: '#BB48DD'

red 187 ◦ green 72 ◦ blue 221

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

Shades of Medium Orchid #BB48DD

Tints of Medium Orchid #BB48DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 38.96%
G = 15%
B = 46.04%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB48DD (or 0xBB48DD) is known color: Medium Orchid. HEX triplet: BB, 48 and DD. RGB value is (187,72,221). Sum of RGB (Red+Green+Blue) = 187+72+221=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB48DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB48DD is #44B722. Grayscale: #7A7A7A. Windows color (decimal): -4503331 or 14502075. OLE color: 14502075.

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

Color convert

RGB 187 72 221 -
CMYK 0.15 0.67 0 0.13
HSL 286.31º 0.69% 0.57% -
HSV(B) 286.31º 0.67% 0.87% -
XYZ 35.86 20.42 70.46 -
YUV 123.37 183.1 173.38 -
System Red Green Blue C M Y K H S L
Decimal 187 72 221 0.15 0.67 0 0.13 286.31 0.69 0.57
Hex BB 48 DD F 43 0 D 11E 45 39
Octal 273 110 335 17 103 0 15 436 105 71
Binary 10111011 1001000 11011101 1111 1000011 0 1101 100011110 1000101 111001

Color Harmonies of #BB48DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB48DD

Black with #BB48DD

Text Example


Text Example

White with #BB48DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB48DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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