Html Css Color HEX #BB48CA Medium Orchid

📋 copy color: '#BB48CA'

red 187 ◦ green 72 ◦ blue 202

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

Shades of Medium Orchid #BB48CA

Tints of Medium Orchid #BB48CA

RGB

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

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

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

R = 40.56%
G = 15.62%
B = 43.82%

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

#BB48CA (or 0xBB48CA) is known color: Medium Orchid. HEX triplet: BB, 48 and CA. RGB value is (187,72,202). Sum of RGB (Red+Green+Blue) = 187+72+202=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB48CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB48CA is #44B735. Grayscale: #787878. Windows color (decimal): -4503350 or 13256891. OLE color: 13256891.

HSL color Cylindrical-coordinate representation of color #BB48CA: hue angle of 293.08º 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 #BB48CA is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 72 202 -
CMYK 0.07 0.64 0 0.21
HSL 293.08º 0.55% 0.54% -
HSV(B) 293.08º 0.64% 0.79% -
XYZ 33.47 19.46 57.87 -
YUV 121.21 173.6 174.93 -
System Red Green Blue C M Y K H S L
Decimal 187 72 202 0.07 0.64 0 0.21 293.08 0.55 0.54
Hex BB 48 CA 7 40 0 15 125 37 36
Octal 273 110 312 7 100 0 25 445 67 66
Binary 10111011 1001000 11001010 111 1000000 0 10101 100100101 110111 110110

Color Harmonies of #BB48CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB48CA

Black with #BB48CA

Text Example


Text Example

White with #BB48CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB48CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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