Html Css Color HEX #BB48FE Medium Orchid

📋 copy color: '#BB48FE'

red 187 ◦ green 72 ◦ blue 254

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

Shades of Medium Orchid #BB48FE

Tints of Medium Orchid #BB48FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 36.45%
G = 14.04%
B = 49.51%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB48FE (or 0xBB48FE) is known color: Medium Orchid. HEX triplet: BB, 48 and FE. RGB value is (187,72,254). Sum of RGB (Red+Green+Blue) = 187+72+254=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 72 (28.52% from 255 or 14.04% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB48FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB48FE is #44B701. Grayscale: #7E7E7E. Windows color (decimal): -4503298 or 16664763. OLE color: 16664763.

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

Color convert

RGB 187 72 254 -
CMYK 0.26 0.72 0 0.00
HSL 277.91º 0.99% 0.64% -
HSV(B) 277.91º 0.72% 1% -
XYZ 40.7 22.36 95.94 -
YUV 127.13 199.6 170.7 -
System Red Green Blue C M Y K H S L
Decimal 187 72 254 0.26 0.72 0 0.00 277.91 0.99 0.64
Hex BB 48 FE 1A 48 0 0 116 63 40
Octal 273 110 376 32 110 0 0 426 143 100
Binary 10111011 1001000 11111110 11010 1001000 0 0 100010110 1100011 1000000

Color Harmonies of #BB48FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB48FE

Black with #BB48FE

Text Example


Text Example

White with #BB48FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB48FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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