Html Css Color HEX #BB50F8 Medium Orchid

📋 copy color: '#BB50F8'

red 187 ◦ green 80 ◦ blue 248

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

Shades of Medium Orchid #BB50F8

Tints of Medium Orchid #BB50F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.16%

R = 36.31%
G = 15.53%
B = 48.16%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB50F8 (or 0xBB50F8) is known color: Medium Orchid. HEX triplet: BB, 50 and F8. RGB value is (187,80,248). Sum of RGB (Red+Green+Blue) = 187+80+248=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB50F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB50F8 is #44AF07. Grayscale: #828282. Windows color (decimal): -4501256 or 16273595. OLE color: 16273595.

HSL color Cylindrical-coordinate representation of color #BB50F8: hue angle of 278.21º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB50F8 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 80 248 -
CMYK 0.25 0.68 0 0.03
HSL 278.21º 0.92% 0.64% -
HSV(B) 278.21º 0.68% 0.97% -
XYZ 40.31 23.08 91.14 -
YUV 131.15 193.95 167.84 -
System Red Green Blue C M Y K H S L
Decimal 187 80 248 0.25 0.68 0 0.03 278.21 0.92 0.64
Hex BB 50 F8 19 44 0 3 116 5C 40
Octal 273 120 370 31 104 0 3 426 134 100
Binary 10111011 1010000 11111000 11001 1000100 0 11 100010110 1011100 1000000

Color Harmonies of #BB50F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB50F8

Black with #BB50F8

Text Example


Text Example

White with #BB50F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB50F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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