Html Css Color HEX #BB48CF Medium Orchid

📋 copy color: '#BB48CF'

red 187 ◦ green 72 ◦ blue 207

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

Shades of Medium Orchid #BB48CF

Tints of Medium Orchid #BB48CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 40.13%
G = 15.45%
B = 44.42%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB48CF (or 0xBB48CF) is known color: Medium Orchid. HEX triplet: BB, 48 and CF. RGB value is (187,72,207). Sum of RGB (Red+Green+Blue) = 187+72+207=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB48CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB48CF is #44B730. Grayscale: #797979. Windows color (decimal): -4503345 or 13584571. OLE color: 13584571.

HSL color Cylindrical-coordinate representation of color #BB48CF: hue angle of 291.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB48CF is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 72 207 -
CMYK 0.10 0.65 0 0.19
HSL 291.11º 0.58% 0.55% -
HSV(B) 291.11º 0.65% 0.81% -
XYZ 34.07 19.7 61.04 -
YUV 121.78 176.1 174.52 -
System Red Green Blue C M Y K H S L
Decimal 187 72 207 0.10 0.65 0 0.19 291.11 0.58 0.55
Hex BB 48 CF A 41 0 13 123 3A 37
Octal 273 110 317 12 101 0 23 443 72 67
Binary 10111011 1001000 11001111 1010 1000001 0 10011 100100011 111010 110111

Color Harmonies of #BB48CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB48CF

Black with #BB48CF

Text Example


Text Example

White with #BB48CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB48CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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