Html Css Color HEX #BB48E6 Medium Orchid

📋 copy color: '#BB48E6'

red 187 ◦ green 72 ◦ blue 230

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

Shades of Medium Orchid #BB48E6

Tints of Medium Orchid #BB48E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.03%

R = 38.24%
G = 14.72%
B = 47.03%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB48E6 (or 0xBB48E6) is known color: Medium Orchid. HEX triplet: BB, 48 and E6. RGB value is (187,72,230). Sum of RGB (Red+Green+Blue) = 187+72+230=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 72 (28.52% from 255 or 14.72% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB48E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB48E6 is #44B719. Grayscale: #7B7B7B. Windows color (decimal): -4503322 or 15091899. OLE color: 15091899.

HSL color Cylindrical-coordinate representation of color #BB48E6: hue angle of 283.67º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB48E6 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 72 230 -
CMYK 0.19 0.69 0 0.10
HSL 283.67º 0.76% 0.59% -
HSV(B) 283.67º 0.69% 0.9% -
XYZ 37.09 20.91 76.94 -
YUV 124.4 187.6 172.65 -
System Red Green Blue C M Y K H S L
Decimal 187 72 230 0.19 0.69 0 0.10 283.67 0.76 0.59
Hex BB 48 E6 13 45 0 A 11C 4C 3B
Octal 273 110 346 23 105 0 12 434 114 73
Binary 10111011 1001000 11100110 10011 1000101 0 1010 100011100 1001100 111011

Color Harmonies of #BB48E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB48E6

Black with #BB48E6

Text Example


Text Example

White with #BB48E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB48E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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