Html Css Color HEX #BB48FC Medium Orchid

📋 copy color: '#BB48FC'

red 187 ◦ green 72 ◦ blue 252

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

Shades of Medium Orchid #BB48FC

Tints of Medium Orchid #BB48FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.32%

R = 36.59%
G = 14.09%
B = 49.32%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB48FC (or 0xBB48FC) is known color: Medium Orchid. HEX triplet: BB, 48 and FC. RGB value is (187,72,252). Sum of RGB (Red+Green+Blue) = 187+72+252=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB48FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB48FC is #44B703. Grayscale: #7E7E7E. Windows color (decimal): -4503300 or 16533691. OLE color: 16533691.

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

Color convert

RGB 187 72 252 -
CMYK 0.26 0.71 0 0.01
HSL 278.33º 0.97% 0.64% -
HSV(B) 278.33º 0.71% 0.99% -
XYZ 40.38 22.23 94.26 -
YUV 126.91 198.6 170.86 -
System Red Green Blue C M Y K H S L
Decimal 187 72 252 0.26 0.71 0 0.01 278.33 0.97 0.64
Hex BB 48 FC 1A 47 0 1 116 61 40
Octal 273 110 374 32 107 0 1 426 141 100
Binary 10111011 1001000 11111100 11010 1000111 0 1 100010110 1100001 1000000

Color Harmonies of #BB48FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB48FC

Black with #BB48FC

Text Example


Text Example

White with #BB48FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB48FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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