Html Css Color HEX #BB48FD Medium Orchid

📋 copy color: '#BB48FD'

red 187 ◦ green 72 ◦ blue 253

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

Shades of Medium Orchid #BB48FD

Tints of Medium Orchid #BB48FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.41%

R = 36.52%
G = 14.06%
B = 49.41%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB48FD (or 0xBB48FD) is known color: Medium Orchid. HEX triplet: BB, 48 and FD. RGB value is (187,72,253). Sum of RGB (Red+Green+Blue) = 187+72+253=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB48FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB48FD is #44B702. Grayscale: #7E7E7E. Windows color (decimal): -4503299 or 16599227. OLE color: 16599227.

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

Color convert

RGB 187 72 253 -
CMYK 0.26 0.72 0 0.01
HSL 278.12º 0.98% 0.64% -
HSV(B) 278.12º 0.72% 0.99% -
XYZ 40.54 22.29 95.09 -
YUV 127.02 199.1 170.78 -
System Red Green Blue C M Y K H S L
Decimal 187 72 253 0.26 0.72 0 0.01 278.12 0.98 0.64
Hex BB 48 FD 1A 48 0 1 116 62 40
Octal 273 110 375 32 110 0 1 426 142 100
Binary 10111011 1001000 11111101 11010 1001000 0 1 100010110 1100010 1000000

Color Harmonies of #BB48FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB48FD

Black with #BB48FD

Text Example


Text Example

White with #BB48FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB48FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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