Html Css Color HEX #BB49FC Medium Orchid

📋 copy color: '#BB49FC'

red 187 ◦ green 73 ◦ blue 252

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

Shades of Medium Orchid #BB49FC

Tints of Medium Orchid #BB49FC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.26%

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

R = 36.52%
G = 14.26%
B = 49.22%

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

#BB49FC (or 0xBB49FC) is known color: Medium Orchid. HEX triplet: BB, 49 and FC. RGB value is (187,73,252). Sum of RGB (Red+Green+Blue) = 187+73+252=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB49FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB49FC is #44B603. Grayscale: #7E7E7E. Windows color (decimal): -4503044 or 16533947. OLE color: 16533947.

HSL color Cylindrical-coordinate representation of color #BB49FC: hue angle of 278.21º 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 #BB49FC is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 73 252 -
CMYK 0.26 0.71 0 0.01
HSL 278.21º 0.97% 0.64% -
HSV(B) 278.21º 0.71% 0.99% -
XYZ 40.45 22.36 94.28 -
YUV 127.49 198.27 170.45 -
System Red Green Blue C M Y K H S L
Decimal 187 73 252 0.26 0.71 0 0.01 278.21 0.97 0.64
Hex BB 49 FC 1A 47 0 1 116 61 40
Octal 273 111 374 32 107 0 1 426 141 100
Binary 10111011 1001001 11111100 11010 1000111 0 1 100010110 1100001 1000000

Color Harmonies of #BB49FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB49FC

Black with #BB49FC

Text Example


Text Example

White with #BB49FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB49FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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