Html Css Color HEX #BB50FC Medium Orchid

📋 copy color: '#BB50FC'

red 187 ◦ green 80 ◦ blue 252

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

Shades of Medium Orchid #BB50FC

Tints of Medium Orchid #BB50FC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.41%

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

R = 36.03%
G = 15.41%
B = 48.55%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB50FC (or 0xBB50FC) is known color: Medium Orchid. HEX triplet: BB, 50 and FC. RGB value is (187,80,252). Sum of RGB (Red+Green+Blue) = 187+80+252=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB50FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB50FC is #44AF03. Grayscale: #838383. Windows color (decimal): -4501252 or 16535739. OLE color: 16535739.

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

Color convert

RGB 187 80 252 -
CMYK 0.26 0.68 0 0.01
HSL 277.33º 0.97% 0.65% -
HSV(B) 277.33º 0.68% 0.99% -
XYZ 40.93 23.33 94.44 -
YUV 131.6 195.95 167.51 -
System Red Green Blue C M Y K H S L
Decimal 187 80 252 0.26 0.68 0 0.01 277.33 0.97 0.65
Hex BB 50 FC 1A 44 0 1 115 61 41
Octal 273 120 374 32 104 0 1 425 141 101
Binary 10111011 1010000 11111100 11010 1000100 0 1 100010101 1100001 1000001

Color Harmonies of #BB50FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB50FC

Black with #BB50FC

Text Example


Text Example

White with #BB50FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB50FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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