Html Css Color HEX #BB48FF Medium Orchid

📋 copy color: '#BB48FF'

red 187 ◦ green 72 ◦ blue 255

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

Shades of Medium Orchid #BB48FF

Tints of Medium Orchid #BB48FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.61%

R = 36.38%
G = 14.01%
B = 49.61%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB48FF (or 0xBB48FF) is known color: Medium Orchid. HEX triplet: BB, 48 and FF. RGB value is (187,72,255). Sum of RGB (Red+Green+Blue) = 187+72+255=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 72 (28.52% from 255 or 14.01% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB48FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB48FF is #44B700. Grayscale: #7E7E7E. Windows color (decimal): -4503297 or 16730299. OLE color: 16730299.

HSL color Cylindrical-coordinate representation of color #BB48FF: hue angle of 277.7º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB48FF is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 72 255 -
CMYK 0.27 0.72 0 0
HSL 277.7º 1% 0.64% -
HSV(B) 277.7º 0.72% 1% -
XYZ 40.86 22.42 96.78 -
YUV 127.25 200.1 170.62 -
System Red Green Blue C M Y K H S L
Decimal 187 72 255 0.27 0.72 0 0 277.7 1 0.64
Hex BB 48 FF 1B 48 0 0 116 64 40
Octal 273 110 377 33 110 0 0 426 144 100
Binary 10111011 1001000 11111111 11011 1001000 0 0 100010110 1100100 1000000

Color Harmonies of #BB48FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB48FF

Black with #BB48FF

Text Example


Text Example

White with #BB48FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB48FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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